2021-02-26 21:57:10 +08:00
|
|
|
<Project>
|
|
|
|
<PropertyGroup>
|
|
|
|
<Copyright>Copyright © 2018 - 2021 Genteure</Copyright>
|
|
|
|
<Authors>Genteure</Authors>
|
|
|
|
<Company>$(Authors)</Company>
|
|
|
|
<LangVersion>9.0</LangVersion>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
2022-05-16 21:06:49 +08:00
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.3">
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
</PackageReference>
|
2021-06-20 13:43:18 +08:00
|
|
|
<PackageReference Include="GitVersion.MsBuild" Version="5.6.10">
|
2021-02-26 21:57:10 +08:00
|
|
|
<PrivateAssets>all</PrivateAssets>
|
2022-05-16 21:06:49 +08:00
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
2021-02-26 21:57:10 +08:00
|
|
|
</PackageReference>
|
|
|
|
</ItemGroup>
|
2022-05-16 21:06:49 +08:00
|
|
|
<ItemGroup>
|
|
|
|
<AdditionalFiles Include="$(MSBuildThisFileDirectory)BannedSymbols.txt" Link="BannedSymbols.txt"/>
|
|
|
|
</ItemGroup>
|
2021-02-26 21:57:10 +08:00
|
|
|
</Project>
|