Skip to content

Upgrade CloudStorage package + pipelines to .NET 10 - #105

Draft
mitchelsellers with Copilot wants to merge 2 commits into
developfrom
copilot/update-package-to-dotnet-10
Draft

Upgrade CloudStorage package + pipelines to .NET 10#105
mitchelsellers with Copilot wants to merge 2 commits into
developfrom
copilot/update-package-to-dotnet-10

Conversation

Copilot AI commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

This PR moves the package and build/release process to .NET 10 and aligns framework-bound dependencies/documentation accordingly. Scope is limited to target framework, SDK workflow setup, and minimal dependency/version updates needed for a clean .NET 10 restore.

  • Framework targeting

    • Updated library and test projects from net9.0 to net10.0.
  • Dependency alignment

    • Updated Microsoft.Extensions.DependencyInjection to 10.0.0.
    • Updated ICG.NetCore.Utilities to 9.0.1 (latest available compatible release).
  • Build/release process

    • Updated GitHub Actions workflow SDK setup from 9.0.x to 10.0.x in CI and release workflows.
  • README

    • Added a concise framework support note indicating current .NET 10 target.
<!-- AspNetCore.Utilities.CloudStorage.csproj -->
<PropertyGroup>
  <TargetFramework>net10.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
  <PackageReference Include="ICG.NetCore.Utilities" Version="9.0.1" />
  <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.0" />
</ItemGroup>

Copilot AI linked an issue Sep 11, 2026 that may be closed by this pull request
Co-authored-by: mitchelsellers <5659113+mitchelsellers@users.noreply.github.com>
Copilot AI changed the title [WIP] Update package and dependencies to .NET 10 Upgrade CloudStorage package + pipelines to .NET 10 Sep 11, 2026
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.

Update Package to .NET 10

2 participants