app01-dotnet-v7/App01.csproj
pashko 005a56b696 Update 6 files
- /App01/ Properties/launchSettings.json
- /App01/App01.csproj
- /App01/Program.cs
- /Program.cs
- /App01.csproj
- / Properties/launchSettings.json
2025-09-01 14:39:05 +00:00

9 lines
217 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>