Skip to content
This repository has been archived by the owner on Nov 8, 2020. It is now read-only.

Commit

Permalink
upgrade orleans to 2.0 beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzehui committed Dec 22, 2017
1 parent dfa9a4d commit 3edc0bd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Example/Ray.Grain/Ray.Grain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Orleans.OrleansCodeGenerator.Build" Version="2.0.0-beta2" />
<PackageReference Include="Microsoft.Orleans.OrleansCodeGenerator.Build" Version="2.0.0-beta3" />
<PackageReference Include="Npgsql" Version="3.2.6" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Example/Ray.Host/Ray.Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.0.0" />
<PackageReference Include="Microsoft.Orleans.OrleansProviders" Version="2.0.0-beta2" />
<PackageReference Include="Microsoft.Orleans.OrleansRuntime" Version="2.0.0-beta2" />
<PackageReference Include="Microsoft.Orleans.OrleansProviders" Version="2.0.0-beta3" />
<PackageReference Include="Microsoft.Orleans.OrleansRuntime" Version="2.0.0-beta3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Ray.Grain\Ray.Grain.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion Example/Ray.IGrains/Ray.IGrains.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Orleans.OrleansCodeGenerator.Build" Version="2.0.0-beta2" />
<PackageReference Include="Microsoft.Orleans.OrleansCodeGenerator.Build" Version="2.0.0-beta3" />
<PackageReference Include="protobuf-net" Version="2.3.3" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Ray.Core/Ray.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<PackageReference Include="Microsoft.Extensions.Logging">
<Version>2.0.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.Orleans.Core" Version="2.0.0-beta2" />
<PackageReference Include="Microsoft.Orleans.Core" Version="2.0.0-beta3" />
<PackageReference Include="Microsoft.Orleans.OrleansCodeGenerator.Build">
<Version>2.0.0-beta2</Version>
<Version>2.0.0-beta3</Version>
</PackageReference>
</ItemGroup>

Expand Down

0 comments on commit 3edc0bd

Please sign in to comment.