10 lines
308 B
XML
10 lines
308 B
XML
|
|
<Project>
|
||
|
|
<PropertyGroup>
|
||
|
|
<TargetFramework>net10.0</TargetFramework>
|
||
|
|
<Nullable>enable</Nullable>
|
||
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
||
|
|
<!-- Don't reach out to api.nuget.org for vulnerability audit (mirror-only / Iran). -->
|
||
|
|
<NuGetAudit>false</NuGetAudit>
|
||
|
|
</PropertyGroup>
|
||
|
|
</Project>
|