Skip to content

Add win-x64 RuntimeIdentifier in .csproj#923

Merged
albertospelta merged 2 commits intomainfrom
alberto/patch-deps
Mar 2, 2026
Merged

Add win-x64 RuntimeIdentifier in .csproj#923
albertospelta merged 2 commits intomainfrom
alberto/patch-deps

Conversation

@albertospelta
Copy link
Member

Platform and Runtime Configuration:

  • Added <RuntimeIdentifier>win-x64</RuntimeIdentifier> to Bravo.csproj to explicitly target Windows x64 for builds and deployments.
  • Removed <SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion> from Bravo.Tests.csproj to simplify platform targeting and avoid unnecessary constraints.

Dependency and Package Management:

  • Updated packages.lock.json to include new dependencies for the net6.0-windows7.0/win-x64 runtime

Removed the <SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion> line from Bravo.Tests.csproj.
Added <RuntimeIdentifier>win-x64</RuntimeIdentifier> to Bravo.csproj to ensure the application is built and published specifically for 64-bit Windows environments.
@albertospelta albertospelta merged commit cda639f into main Mar 2, 2026
1 check passed
@albertospelta albertospelta deleted the alberto/patch-deps branch March 2, 2026 15:24
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.

1 participant