Skip to content

Commit

Permalink
Update to Foundatio 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Jan 16, 2020
1 parent b476883 commit b60b91d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Foundatio.RabbitMQ/Foundatio.RabbitMQ.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Foundatio" Version="9.1.0-rc1" />
<PackageReference Include="Foundatio" Version="9.0.0" />
<PackageReference Include="RabbitMQ.Client" Version="5.1.2" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="Foundatio.TestHarness" Version="9.1.0-rc1" />
<PackageReference Include="Foundatio.TestHarness" Version="9.0.0" />
</ItemGroup>
</Project>

0 comments on commit b60b91d

Please sign in to comment.