intro-to-dotnet-web-dev/5-blazor/0-start/ConnectFour/ConnectFour.csproj

10 lines
210 B
XML
Raw Normal View History

2024-01-17 21:24:58 +01:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>