Skip to content

feat: upgrade library from .NET 9 to .NET 10#423

Open
jayharris wants to merge 1 commit intoivaylokenov:developmentfrom
jayharris:fork-feat-dotNet10
Open

feat: upgrade library from .NET 9 to .NET 10#423
jayharris wants to merge 1 commit intoivaylokenov:developmentfrom
jayharris:fork-feat-dotNet10

Conversation

@jayharris
Copy link
Copy Markdown

  • Update TFM from net9.0 to net10.0 across all 100 projects
  • Bump VersionPrefix from 9.0.0 to 10.0.0 for all library packages
  • Update TestFramework.VersionPrefix from 9.0 to 10.0
  • Update Microsoft.AspNetCore.* packages from 9.0.2 to 10.0.3
  • Update Microsoft.Extensions.* packages from 9.0.2 to 10.0.3
  • Update Microsoft.EntityFrameworkCore.* packages from 9.0.2 to 10.0.3
  • Update Microsoft.NET.Test.Sdk from 17.13.0 to 18.0.1
  • Update Microsoft.VisualStudio.Web.CodeGeneration.Design from 9.0.0 to 10.0.0
  • Replace IInMemoryStoreCache with IInMemoryStoreProvider (EF Core 10 API change)
  • Remove pruned NuGet packages flagged by NU1510 in .NET 10
  • Suppress ASPDEPR006 (IActionContextAccessor) and ASPDEPR008 (WebHost) deprecation warnings
  • Update CI images and SDK versions in .appveyor.yml and .travis.yml

- Update TFM from net9.0 to net10.0 across all 100 projects
- Bump VersionPrefix from 9.0.0 to 10.0.0 for all library packages
- Update TestFramework.VersionPrefix from 9.0 to 10.0
- Update Microsoft.AspNetCore.* packages from 9.0.2 to 10.0.3
- Update Microsoft.Extensions.* packages from 9.0.2 to 10.0.3
- Update Microsoft.EntityFrameworkCore.* packages from 9.0.2 to 10.0.3
- Update Microsoft.NET.Test.Sdk from 17.13.0 to 18.0.1
- Update Microsoft.VisualStudio.Web.CodeGeneration.Design from 9.0.0 to 10.0.0
- Replace IInMemoryStoreCache with IInMemoryStoreProvider (EF Core 10 API change)
- Remove pruned NuGet packages flagged by NU1510 in .NET 10
- Suppress ASPDEPR006 (IActionContextAccessor) and ASPDEPR008 (WebHost) deprecation warnings
- Update CI images and SDK versions in .appveyor.yml and .travis.yml
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.

1 participant