blob: 3db8bd212fea4768125a659058a08862f5d44049 (
plain)
1
2
3
4
5
6
7
8
9
|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net48</TargetFramework>
<LangVersion>9.0</LangVersion>
</PropertyGroup>
</Project>
|