jerguero-cs/csharp.csproj

10 lines
210 B
XML
Raw Normal View History

2024-08-23 23:10:52 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>