Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Update packages to RTM versions (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
bording authored and timbussmann committed May 9, 2018
1 parent b1d4aeb commit d1af7bc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NServiceBus" Version="[7.0.0-rc0001, 8.0.0)" />
<PackageReference Include="NServiceBus" Version="[7.0.0, 8.0.0)" />
<PackageReference Include="Particular.CodeRules" Version="0.2.0" PrivateAssets="All" />
<PackageReference Include="Particular.Packaging" Version="0.1.0" PrivateAssets="All" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Sample/Contracts/Contracts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NServiceBus" Version="7.0.0-rc0001" />
<PackageReference Include="NServiceBus" Version="7.0.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Sample/EndpointA/EndpointA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NServiceBus.Transport.Msmq" Version="1.0.0-rc0001" />
<PackageReference Include="NServiceBus.Transport.Msmq" Version="1.0.0" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="NServiceBus.Transport.Msmq" Version="1.0.0-rc0001" />
<PackageReference Include="NServiceBus.Transport.Msmq" Version="1.0.0" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="NServiceBus.Transport.Msmq" Version="1.0.0-rc0001" />
<PackageReference Include="NServiceBus.Transport.Msmq" Version="1.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d1af7bc

Please sign in to comment.