Skip to content

Commit

Permalink
Merge pull request #519 from Particular/rtm
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonsmits authored Nov 16, 2022
2 parents 535490e + ceef429 commit 5ebb861
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/AcceptanceTests/AcceptanceTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NServiceBus.AcceptanceTests.Sources" Version="8.0.0-rc.3" GeneratePathProperty="true" />
<PackageReference Include="NServiceBus.AcceptanceTests.Sources" Version="8.0.0" GeneratePathProperty="true" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.0.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/PersistenceTests/PersistenceTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Microsoft.ServiceFabric.Data" Version="6.0.1048" />
<!-- DO NOT REMOVE Newtonsoft.Json, it is added so that dependabot knows about version changes-->
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NServiceBus.PersistenceTests.Sources" Version="8.0.0-rc.3" />
<PackageReference Include="NServiceBus.PersistenceTests.Sources" Version="8.0.0" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.0.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.ServiceFabric.Data" Version="[6.0.1017, 7.0.0)" />
<PackageReference Include="Newtonsoft.Json" Version="[13.0.1, 14.0.0)" />
<PackageReference Include="NServiceBus" Version="[8.0.0-rc.3, 9.0.0)" />
<PackageReference Include="NServiceBus" Version="[8.0.0, 9.0.0)" />
<PackageReference Include="Particular.Packaging" Version="2.2.0" PrivateAssets="All" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NServiceBus.Testing" Version="8.0.0-rc.2" />
<PackageReference Include="NServiceBus.Testing" Version="8.0.0" />
</ItemGroup>

</Project>

0 comments on commit 5ebb861

Please sign in to comment.