mirror of
https://github.com/kwsch/NHSE.git
synced 2026-03-22 01:34:51 -05:00
10 lines
255 B
XML
10 lines
255 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<LangVersion>14</LangVersion>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<Product>NHSE</Product>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
</Project>
|