Switch to central package version management and upgrade packages to get rid of known vulnerabilities.

This commit is contained in:
eelke 2026-08-18 08:05:19 +02:00
parent 054754f553
commit 32ba04043e
9 changed files with 92 additions and 56 deletions

View file

@ -8,9 +8,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentResults" Version="4.0.0" />
<PackageReference Include="xunit.v3.assert" Version="3.2.2" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="FluentResults" />
<PackageReference Include="xunit.v3.assert" />
<PackageReference Include="NSubstitute" />
</ItemGroup>
<ItemGroup>
@ -18,8 +18,8 @@
</ItemGroup>
<ItemGroup>
<Using Include="Xunit"/>
<Using Include="NSubstitute"/>
<Using Include="Xunit" />
<Using Include="NSubstitute" />
</ItemGroup>
</Project>