Skip to content

Update target frameworks and package dependencies#255

Merged
mathieumack merged 3 commits intomainfrom
feature/254-net10
Sep 23, 2025
Merged

Update target frameworks and package dependencies#255
mathieumack merged 3 commits intomainfrom
feature/254-net10

Conversation

@mathieumack
Copy link
Owner

Updated TargetFrameworks in OpenXMLSDK.Engine.csproj to replace net8.0 with net10.0 and in OpenXMLSDK.UnitTest.csproj to replace net9.0 with net10.0 for compatibility with the latest .NET versions.

Upgraded DocumentFormat.OpenXml in OpenXMLSDK.Engine.csproj from version 3.2.0 to 3.3.0.

Updated test-related dependencies in OpenXMLSDK.UnitTest.csproj:

  • Microsoft.NET.Test.Sdk to 17.14.1
  • MSTest.TestAdapter to 3.10.4
  • MSTest.TestFramework to 3.10.4

Resolves #254

Updated `TargetFrameworks` in `OpenXMLSDK.Engine.csproj` to replace `net8.0` with `net10.0` and in `OpenXMLSDK.UnitTest.csproj` to replace `net9.0` with `net10.0` for compatibility with the latest .NET versions.

Upgraded `DocumentFormat.OpenXml` in `OpenXMLSDK.Engine.csproj` from version `3.2.0` to `3.3.0`.

Updated test-related dependencies in `OpenXMLSDK.UnitTest.csproj`:
- `Microsoft.NET.Test.Sdk` to `17.14.1`
- `MSTest.TestAdapter` to `3.10.4`
- `MSTest.TestFramework` to `3.10.4`

Resolves #254
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarQube Cloud

Copy link
Owner Author

@mathieumack mathieumack left a comment

Choose a reason for hiding this comment

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

Ok

@mathieumack mathieumack merged commit 687ddb3 into main Sep 23, 2025
2 of 3 checks passed
@mathieumack mathieumack deleted the feature/254-net10 branch September 23, 2025 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Prepare .net10 packaging version

1 participant