forked from gwdevhub/Daybreak
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
24 lines (19 loc) · 861 Bytes
/
Copy pathDirectory.Build.props
File metadata and controls
24 lines (19 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project>
<PropertyGroup>
<NoWarn>$(NoWarn);IL2104;IL3053;IL3000;IL3002;NU1701;CS0108</NoWarn>
<Version>0.9.10.8</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<!-- Centralized .NET version management -->
<TargetFrameworkVersion>net10.0</TargetFrameworkVersion>
<TargetFrameworkVersionWindows>net10.0-windows10.0.17763.0</TargetFrameworkVersionWindows>
<!-- Enable cross-compilation for Windows from Linux -->
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>
<PropertyGroup>
<!--Event Source support is experimental in NativeAOT-->
<_SuppressNativeLibEventSourceWarning>true</_SuppressNativeLibEventSourceWarning>
</PropertyGroup>
</Project>