Update 4 files

- /App01/Dockerfile
- /App01/ Properties/launchSettings.json
- /App01/App01csproj
- /App01/Program.cs
This commit is contained in:
pashko
2025-09-01 14:27:03 +00:00
commit 0f1e1faff6
4 changed files with 28 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>