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