Quiz_example/anexperiment.csproj

10 lines
219 B
XML
Raw Permalink Normal View History

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