Move to centralized package management
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-05-16 15:15:11 +02:00
parent 2cf30bbb10
commit 3309711856
7 changed files with 37 additions and 28 deletions

View File

@@ -4,13 +4,16 @@
</PropertyGroup>
<PropertyGroup>
<Nullable>enable</Nullable>
<LangVersion>12</LangVersion>
<WarningsAsErrors>nullable</WarningsAsErrors>
<UseArtifactsOutput>true</UseArtifactsOutput>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0"/>
<PackageReference Include="PolySharp" Version="1.15.0">
<PackageReference Include="JetBrains.Annotations"/>
<PackageReference Include="PolySharp">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>