Skip to content

Remove semantic versioning v1 flag from StringTools - #7653

Merged
ViktorHofer merged 1 commit into
mainfrom
ViktorHofer-patch-4
Jul 10, 2026
Merged

Remove semantic versioning v1 flag from StringTools#7653
ViktorHofer merged 1 commit into
mainfrom
ViktorHofer-patch-4

Conversation

@ViktorHofer

@ViktorHofer ViktorHofer commented Jul 10, 2026

Copy link
Copy Markdown
Member

Fixes the broken official build due to msbuild packages now using semver v2 but stringtools semver1 which causes an incompatibility when restoring: 18.10.0-1-26359-122 vs 18.10.0-1.26359.122

Fixes the broken official build due to msbuild packages using semver v2 but stringtools semver1 which causes an incompatibility when restoring.
Copilot AI review requested due to automatic review settings July 10, 2026 08:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Removes the SemanticVersioningV1 packaging flag from the Microsoft.NET.StringTools project so its produced package aligns with SemVer v2 expectations during restore, addressing official build failures caused by a SemVer v1/v2 incompatibility.

Changes:

  • Removed <SemanticVersioningV1>true</SemanticVersioningV1> from StringTools.csproj.
  • Normalized boolean casing for GeneratePackageOnBuild to true (and minor whitespace adjustments).
Show a summary per file
File Description
src/msbuild/src/StringTools/StringTools.csproj Drops SemVer v1 packaging flag so the produced package follows SemVer v2-compatible versioning behavior during restore.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

@ViktorHofer
ViktorHofer merged commit c98e79e into main Jul 10, 2026
3 of 11 checks passed
@ViktorHofer
ViktorHofer deleted the ViktorHofer-patch-4 branch July 10, 2026 09:16
@dotnet-policy-service
dotnet-policy-service Bot requested a review from a team July 10, 2026 09:16
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.

3 participants