You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AspNetCoreLearnOfficial/ConnectFour/ConnectFour.csproj

16 lines
475 B

11 months ago
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
11 months ago
<UserSecretsId>2bdd990f-d305-48a6-b08d-0d9bce3c158f</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
11 months ago
</PropertyGroup>
11 months ago
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
</ItemGroup>
11 months ago
</Project>