Replace local xunit logging project with new signed nuget package

This commit is contained in:
Caelan
2024-09-21 10:51:11 -06:00
parent 046bccb712
commit 89955cad94
27 changed files with 2 additions and 1479 deletions

View File

@@ -37,8 +37,8 @@
</ItemGroup>
<ItemGroup Condition=" $(MSBuildProjectName.EndsWith('Tests')) ">
<ProjectReference Include="..\Divergic.Logging.Xunit\Divergic.Logging.Xunit.csproj" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Neovolve.Logging.Xunit.Signed" Version="6.1.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />