Skip to content

Commit

Permalink
Switch to 8.* package version
Browse files Browse the repository at this point in the history
Co-authored-by: David Pine <[email protected]>
  • Loading branch information
seesharprun and IEvangelist authored Oct 18, 2023
1 parent f0ed0af commit 10ba6c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Orleans.Sdk" Version="7.*" />
<PackageReference Include="Microsoft.Orleans.Sdk" Version="8.*" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Orleans.Runtime" Version="7.*" />
<PackageReference Include="Microsoft.Orleans.Sdk" Version="7.*" />
<PackageReference Include="Microsoft.Orleans.Runtime" Version="8.*" />
<PackageReference Include="Microsoft.Orleans.Sdk" Version="8.*" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions orleans/ShoppingCart/Silo/Orleans.ShoppingCart.Silo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<PackageReference Include="Blazor.Serialization" Version="2.*" />
<PackageReference Include="Blazor.LocalStorage" Version="2.*" />
<PackageReference Include="Bogus" Version="34.*" />
<PackageReference Include="Microsoft.Orleans.Clustering.Cosmos" Version="7.*" />
<PackageReference Include="Microsoft.Orleans.Persistence.Cosmos" Version="7.*" />
<PackageReference Include="Microsoft.Orleans.Server" Version="7.*" />
<PackageReference Include="Microsoft.Orleans.Clustering.Cosmos" Version="8.*" />
<PackageReference Include="Microsoft.Orleans.Persistence.Cosmos" Version="8.*" />
<PackageReference Include="Microsoft.Orleans.Server" Version="8.*" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.*" />
<PackageReference Include="MudBlazor" Version="6.*" />
</ItemGroup>
Expand Down

0 comments on commit 10ba6c9

Please sign in to comment.