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

Add net 9.0 support #3171

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Add net 9.0 support #3171

wants to merge 5 commits into from

Conversation

marabooy
Copy link
Member

Issues

This pull requests adds net9.0 support to the packages.

Description

This pull requests adds net9.0 support to the packages and adds package references for dotnet 9.

Checklist (Uncheck if it is not completed)

  • Test cases added
  • Build and test with one-click build and test script passed

Additional work necessary

If documentation update is needed, please add "Docs Needed" label to the issue and provide details about the required document change in the issue.

@marabooy marabooy changed the title add net 9.0 support Add net 9.0 support Jan 23, 2025
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Buffers" Version="4.5.1" />
</ItemGroup>

<ItemGroup >
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not use version 9.0.0 for Microsoft.Extensions.DependencyInjection

Copy link
Contributor

Choose a reason for hiding this comment

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

Good point, since it also supports 8.0:
image

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.

3 participants