Update target frameworks to include net10.0 in project files #68
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the target frameworks for several projects in the solution to add support for .NET 10.0 while maintaining compatibility with previous versions. The changes ensure that the projects can be built and tested against both .NET 10.0 and .NET 9.0 (and, where applicable, .NET Standard).
Target framework updates:
Xeption/Xeption.csprojto includenet10.0in theTargetFrameworksproperty, so it now targets.NET 10.0,.NET 9.0,.NET Standard 2.0, and.NET Standard 2.1.Xeption.Infrastructure.Build/Xeption.Infrastructure.Build.csprojto use theTargetFrameworksproperty with bothnet10.0andnet9.0.Xeption.Tests/Xeption.Tests.csprojto use theTargetFrameworksproperty with bothnet10.0andnet9.0.