-
Notifications
You must be signed in to change notification settings - Fork 394
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
24 lines (24 loc) · 1.08 KB
/
Copy pathDirectory.Build.props
File metadata and controls
24 lines (24 loc) · 1.08 KB
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>
<TargetFramework>net8.0</TargetFramework>
<!--<RuntimeIdentifiers>win-x86;win-x64;linux-x64;osx-x64</RuntimeIdentifiers>-->
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
<Authors>Alpha.Yu</Authors>
<Product>Adnc</Product>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/alphayu/adnc</RepositoryUrl>
<PackageProjectUrl>https://aspdotnetcore.net</PackageProjectUrl>
<SatelliteResourceLanguages>zh-Hans</SatelliteResourceLanguages>
<SatelliteResourceLanguages>zh-Hant</SatelliteResourceLanguages>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<NoWarn>$(NoWarn);1591;0436</NoWarn>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!--<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>-->
</PropertyGroup>
<ItemGroup>
<Using Include="System.Collections" />
</ItemGroup>
</Project>