Skip to content

Commit

Permalink
Update few deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meriturva committed Sep 27, 2023
1 parent b94ef13 commit b82bb93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<ItemGroup>
<PackageReference Include="Hangfire.Core" Version="1.8.5" />
<PackageReference Include="Moq" Version="4.20.69" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<DebugType>portable</DebugType>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<Version>1.3.0</Version>
<PackageVersion>1.3.0-beta</PackageVersion>
<AssemblyVersion>1.3.1.0</AssemblyVersion>
<Version>1.3.1</Version>
<PackageVersion>1.3.1-beta</PackageVersion>
<PackageId>Bonura.Hangfire.PerformContextAccessor</PackageId>
<Authors>Diego Bonura</Authors>
<Description>PerformContextAccessor for Hangfire</Description>
Expand Down

0 comments on commit b82bb93

Please sign in to comment.