Skip to content

Commit

Permalink
Upgrade orleans 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lfzm committed Mar 10, 2020
1 parent 2929972 commit 54d12b2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions example/Orleans.Grain/Orleans.Grain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.2" />
<PackageReference Include="Microsoft.Orleans.CodeGenerator.MSBuild" Version="3.1.1">
<PackageReference Include="Microsoft.Orleans.CodeGenerator.MSBuild" Version="3.1.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Orleans.Core.Abstractions" Version="3.1.1" />
<PackageReference Include="Microsoft.Orleans.Core.Abstractions" Version="3.1.2" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions example/Orleans.Grain2/Orleans.Grain2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.2" />
<PackageReference Include="Microsoft.Orleans.CodeGenerator.MSBuild" Version="3.1.1">
<PackageReference Include="Microsoft.Orleans.CodeGenerator.MSBuild" Version="3.1.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Orleans.Core.Abstractions" Version="3.1.1" />
<PackageReference Include="Microsoft.Orleans.Core.Abstractions" Version="3.1.2" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion example/Orleans.Host/Orleans.Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.2" />
<PackageReference Include="Microsoft.Orleans.Server" Version="3.1.1" />
<PackageReference Include="Microsoft.Orleans.Server" Version="3.1.2" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.2" />
<PackageReference Include="Microsoft.Orleans.Server" Version="3.1.1" />
<PackageReference Include="Microsoft.Orleans.Server" Version="3.1.2" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Orleans.MultiClient/Orleans.MultiClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<RepositoryUrl>https://github.com/lfzm/Orleans.MultiClient</RepositoryUrl>
<RepositoryType></RepositoryType>
<PackageTags>Orleans MultiClient Client</PackageTags>
<Version>3.1.0</Version>
<Version>3.1.2</Version>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Orleans.Client" Version="3.1.1" />
<PackageReference Include="Microsoft.Orleans.Client" Version="3.1.2" />
</ItemGroup>

</Project>

0 comments on commit 54d12b2

Please sign in to comment.