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