Skip to content

Use .NET 8 or .NET 9 with TargetFramework condition#1466

Merged
jeremydmiller merged 1 commit intoJasperFx:mainfrom
dominikjeske:features/net_8_dependencies
Jun 3, 2025
Merged

Use .NET 8 or .NET 9 with TargetFramework condition#1466
jeremydmiller merged 1 commit intoJasperFx:mainfrom
dominikjeske:features/net_8_dependencies

Conversation

@dominikjeske
Copy link
Contributor

No description provided.

<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="[8.0.1,9.0.0)"/>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="[8.0.1,9.0.0)"/>
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="[8.0.1,9.0.0)"/>
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="[8.0.0,9.0.0)"/>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I copied this from previous version but I'm not sure it is what I have excepted. From this version [8.0.0,9.0.0) I would except 8.0.16 to be resolved (the newest) but 8.0.0 is resolved "smallest acceptable stable version" from-> https://learn.microsoft.com/en-us/nuget/concepts/package-versioning?tabs=semver20sort. To always have newest maybe it would be better to use 8.0.* or just use specific version and update it manually?

@jeremydmiller jeremydmiller merged commit 470aff2 into JasperFx:main Jun 3, 2025
1 check 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.

2 participants