blob: 6568b3dcfb4bd4a18a895d8e5cd8eab42d58d1c1 (
plain)
1
2
3
4
5
6
7
8
9
|
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>
|