Skip to content

.NET 10#316

Merged
jetelain merged 3 commits into
masterfrom
net10
May 9, 2026
Merged

.NET 10#316
jetelain merged 3 commits into
masterfrom
net10

Conversation

@jetelain
Copy link
Copy Markdown
Owner

@jetelain jetelain commented May 9, 2026

Upgrade .NET version

No performance change (generation time is the same)

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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-windows to net10.0 / net10.0-windows across the solution.
  • Updated CI/release workflows to install .NET SDK 10.0.x and 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.

Comment thread ArmaRealMap.sln Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@jetelain jetelain marked this pull request as ready for review May 9, 2026 12:28
@jetelain jetelain merged commit 6e69c7a into master May 9, 2026
2 checks passed
@jetelain jetelain deleted the net10 branch May 9, 2026 14:42
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