BililiveRecorder/Directory.Build.props

23 lines
907 B
Plaintext
Raw Normal View History

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>
<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>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2021-02-26 21:57:10 +08:00
</PackageReference>
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="$(MSBuildThisFileDirectory)BannedSymbols.txt" Link="BannedSymbols.txt"/>
</ItemGroup>
2021-02-26 21:57:10 +08:00
</Project>