mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-15 15:19:57 +00:00
17 lines
479 B
XML
17 lines
479 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<NoWarn>$(NoWarn);IL2104;IL3053;IL3000;IL3002;NU1701;CS0108</NoWarn>
|
|
|
|
<Version>0.9.9.79</Version>
|
|
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<!--Event Source support is experimental in NativeAOT-->
|
|
<_SuppressNativeLibEventSourceWarning>true</_SuppressNativeLibEventSourceWarning>
|
|
</PropertyGroup>
|
|
</Project>
|