Skip to content

Commit

Permalink
Upgrade to Orleans 7 (draft)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens-G committed Feb 18, 2023
1 parent 75b8a5e commit 8db5220
Show file tree
Hide file tree
Showing 5 changed files with 510 additions and 395 deletions.
5 changes: 0 additions & 5 deletions global.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<Nullable>warnings</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CassandraCSharpDriver" Version="3.9.0" />
<PackageReference Include="Microsoft.Orleans.Core" Version="$(OrleansPackageVersion)" />
<PackageReference Include="Microsoft.Orleans.Runtime.Abstractions" Version="$(OrleansPackageVersion)" />
<PackageReference Include="CassandraCSharpDriver" Version="3.19.1" />
<PackageReference Include="Microsoft.Orleans.Core" Version="7.1.0" />
<PackageReference Include="Microsoft.Orleans.Runtime" Version="7.1.0" />
<PackageReference Include="Microsoft.Orleans.Sdk" Version="7.1.0" />
</ItemGroup>
</Project>
Loading

0 comments on commit 8db5220

Please sign in to comment.