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

Update caching to v8.0.0 on .NET 8.0 build #511

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Conversation

twsouthwick
Copy link
Member

Fixes #488

@twsouthwick twsouthwick added this to the 2.0 milestone Jul 23, 2024
@twsouthwick twsouthwick enabled auto-merge (squash) July 23, 2024 23:16
Copy link
Member

@mjrousos mjrousos left a comment

Choose a reason for hiding this comment

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

Left a suggestion inline, but not blocking.

<FrameworkReference Include="Microsoft.AspNetCore.App" />

<PackageReference Include="System.Runtime.Caching" Version="6.0.0" />

<Using Include="Microsoft.AspNetCore.Http.HttpContext" Alias="HttpContextCore" />
Copy link
Member

Choose a reason for hiding this comment

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

There's a lot of duplication here. Could we just have a property "SystemRuntimeCachingVersion" that is set differently depending on whether we're targeting net6.0 or net8.0 and not duplicate this whole ItemGroup?

@twsouthwick twsouthwick merged commit f82f353 into main Jul 26, 2024
5 checks passed
@twsouthwick twsouthwick deleted the update-version branch July 26, 2024 21:24
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.

Upgrade System.Runtime.Caching to v8.0.0
2 participants