mirror of
https://github.com/netchx/netch.git
synced 2026-01-25 13:02:30 +08:00
9 lines
289 B
XML
9 lines
289 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
|
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
|
|
<Platforms>x64</Platforms>
|
|
<LangVersion>latest</LangVersion>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
</Project> |