Skip to content

Commit

Permalink
Updated version and NuGet packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaljase committed Sep 5, 2024
1 parent a12b705 commit 8f63cdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Moq" Version="4.20.71" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<PublishSingleFile>true</PublishSingleFile>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>4.4.1</Version>
<Version>4.4.2</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EPPlus" Version="7.3.0" />
<PackageReference Include="EPPlus" Version="7.3.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Polly" Version="8.4.1" />
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
Expand Down

0 comments on commit 8f63cdb

Please sign in to comment.