Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to .NET 8.0 #415

Merged
merged 1 commit into from Feb 16, 2024
Merged

Conversation

ReubenBond
Copy link
Contributor

Upgrades to .NET 8.0 / Orleans 8.0 and bumps version to align

<RootNamespace>OrleansDashboard</RootNamespace>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Orleans.Runtime" Version="7.2.0" />
<PackageReference Include="Microsoft.Orleans.Sdk" Version="7.2.0" />
<PackageReference Include="Microsoft.Orleans.Runtime" Version="8.0.0" />
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should an OrleansPackageVersion be defined in Directory.Build.props to make keeping this version consistent across the different Orleans packages in the various .csproj files?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added #416 for this work.

@richorama richorama changed the base branch from master to dotnet8 February 16, 2024 14:29
@richorama richorama merged commit e1b85c9 into OrleansContrib:dotnet8 Feb 16, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants