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

@@ -2,8 +2,6 @@
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<NoWarn>
@@ -13,18 +11,18 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CSPath" Version="0.0.4"/>
<PackageReference Include="coverlet.collector" Version="6.0.4">
<PackageReference Include="CSPath"/>
<PackageReference Include="coverlet.collector">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NSubstitute" Version="5.3.0"/>
<PackageReference Include="NSubstitute.Analyzers.CSharp" Version="1.0.17">
<PackageReference Include="NSubstitute"/>
<PackageReference Include="NSubstitute.Analyzers.CSharp">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Linq.Async" Version="6.0.1"/>
<PackageReference Include="TUnit" Version="0.20.0" />
<PackageReference Include="System.Linq.Async"/>
<PackageReference Include="TUnit"/>
</ItemGroup>
<ItemGroup>