Skip to content

Commit

Permalink
Bump nlog and xunit
Browse files Browse the repository at this point in the history
  • Loading branch information
zapodot committed Nov 14, 2023
1 parent 0ff96c9 commit 55808a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions KS.Fiks.ASiC-E.Test/KS.Fiks.ASiC-E.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Moq" Version="4.20.69" />
<PackageReference Include="NLog" Version="5.2.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.analyzers" Version="1.1.0" PrivateAssets="All" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
<PackageReference Include="NLog" Version="5.2.5" />
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit.analyzers" Version="1.5.0" PrivateAssets="All" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion KS.Fiks.ASiC-E/KS.Fiks.ASiC-E.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />
<PackageReference Include="KS.Fiks.QA" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="MimeMapping" Version="2.0.0" />
<PackageReference Include="NLog" Version="5.2.0" />
<PackageReference Include="NLog" Version="5.2.5" />
<PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 55808a8

Please sign in to comment.