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