Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the repository’s .NET target frameworks to .NET 10 across core libraries, CLI tools, Studio (WPF), tests, and the website, and aligns CI/release workflows and architecture docs to the new runtime.
Changes:
- Updated project TFMs from
net8.0/net8.0-windowstonet10.0/net10.0-windowsacross the solution. - Updated CI/release workflows to install .NET SDK
10.0.xand publish using-f net10.0(-windows). - Updated the website’s ASP.NET/EF Core-related package references to 10.x and refreshed the architecture overview runtime entry.
Reviewed changes
Copilot reviewed 22 out of 22 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tests/DatasetsLoader/DatasetsLoader.csproj | Target framework upgraded to net10.0. |
| tests/DatasetGenerator/DatasetGenerator.csproj | Target framework upgraded to net10.0. |
| GameRealisticMap/GameRealisticMap.csproj | Core library target framework upgraded to net10.0. |
| GameRealisticMap.Test/GameRealisticMap.Test.csproj | Test project target framework upgraded to net10.0. |
| GameRealisticMap.Studio/GameRealisticMap.Studio.csproj | WPF app target framework upgraded to net10.0-windows. |
| GameRealisticMap.Studio.Test/GameRealisticMap.Studio.Test.csproj | Studio tests target framework upgraded to net10.0-windows. |
| GameRealisticMap.Studio.Package/GameRealisticMap.Studio.Package.wapproj | Packaging project target framework upgraded to net10.0. |
| GameRealisticMap.Generic/GameRealisticMap.Generic.csproj | Generic export library target framework upgraded to net10.0. |
| GameRealisticMap.Generic.Test/GameRealisticMap.Generic.Test.csproj | Generic tests target framework upgraded to net10.0. |
| GameRealisticMap.CommandLine/GameRealisticMap.CommandLine.csproj | CLI target framework upgraded to net10.0. |
| GameRealisticMap.Arma3/GameRealisticMap.Arma3.csproj | Arma 3 integration target framework upgraded to net10.0. |
| GameRealisticMap.Arma3.Test/GameRealisticMap.Arma3.Test.csproj | Arma 3 tests target framework upgraded to net10.0. |
| GameRealisticMap.Arma3.CommandLine/GameRealisticMap.Arma3.CommandLine.csproj | Arma 3 CLI target framework upgraded to net10.0. |
| GameRealisticMap.Arma3.Aerial.Extension/GameRealisticMap.Arma3.Aerial.Extension.csproj | Aerial extension target framework upgraded; System.Drawing.Common package version bumped. |
| docs/architecture/overview.md | Updated runtime line from .NET 8 to .NET 10. |
| ArmaRealMapWebSite/ArmaRealMapWebSite.csproj | Website target framework upgraded; packages bumped to 10.x. |
| ArmaRealMap.sln | Updated VS version metadata; added Solution Items folder for GitHub workflows. |
| .github/workflows/release-dotnet-linux.yml | Uses .NET SDK 10.0.x; publishes using net10.0. |
| .github/workflows/release-dotnet-desktop.yml | Uses .NET SDK 10.0.x; publishes using net10.0-windows. |
| .github/workflows/dotnet-linux.yml | Uses .NET SDK 10.0.x; publishes using net10.0. |
| .github/workflows/dotnet-desktop.yml | Uses .NET SDK 10.0.x. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Upgrade .NET version
No performance change (generation time is the same)