mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 03:32:20 +08:00
16 lines
500 B
XML
16 lines
500 B
XML
<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="GitVersion.MsBuild" Version="5.6.10">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
</Project>
|