Skip to content

Commit

Permalink
Update to Orleans 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seniorquico committed Oct 25, 2019
1 parent 8a9d39b commit e6b6769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/OrleansTestKit/OrleansTestKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageTags>Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET Test Testing</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>3.0.0-rc2</Version>
<Version>3.0.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -31,12 +31,12 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.Orleans.OrleansRuntime" Version="3.0.0-rc2" />
<PackageReference Include="Microsoft.Orleans.OrleansRuntime" Version="3.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Moq" Version="4.13.0" />
<PackageReference Include="Moq" Version="4.13.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e6b6769

Please sign in to comment.