Skip to content

Commit

Permalink
Merge pull request #243 from Particular/new-core
Browse files Browse the repository at this point in the history
Update to Core 8.0.0-alpha.881
  • Loading branch information
adamralph committed Mar 8, 2021
2 parents 4f37a03 + 807e9d8 commit 46d5eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
<PackageReference Include="NServiceBus" Version="8.0.0-alpha.852" />
<PackageReference Include="NServiceBus" Version="8.0.0-alpha.881" />
<PackageReference Include="NUnit" Version="3.13.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="Particular.Approvals" Version="0.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/NServiceBus.Testing/NServiceBus.Testing.csproj
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Fody" Version="6.3.0" PrivateAssets="All" />
<PackageReference Include="NServiceBus" Version="8.0.0-alpha.852" />
<PackageReference Include="NServiceBus" Version="8.0.0-alpha.881" />
<PackageReference Include="Obsolete.Fody" Version="5.2.1" PrivateAssets="All" />
<PackageReference Include="Particular.Packaging" Version="1.0.1" PrivateAssets="All" />
</ItemGroup>
Expand Down

0 comments on commit 46d5eb5

Please sign in to comment.