Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[workloads] Bump net10 downlevel versions to n-1 #112805

Merged
merged 3 commits into from
Feb 26, 2025

Conversation

lewing
Copy link
Member

@lewing lewing commented Feb 21, 2025

No description provided.

@Copilot Copilot bot review requested due to automatic review settings February 21, 2025 23:05
@lewing lewing requested a review from pavelsavara as a code owner February 21, 2025 23:05

Choose a reason for hiding this comment

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

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

@@ -31,7 +31,7 @@ public void LibraryModeBuild(string sdk, bool hasWasmAppBundle)
$"""
<Project Sdk="{sdk}">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<TargetFramework>net10.0</TargetFramework>
<TargetFramework>net{Environment.Version}.0</TargetFramework>

similar to https://github.com/dotnet/runtime/pull/79219/files

Copy link
Member

Choose a reason for hiding this comment

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

yeah but not worth restarting CI, we can update it in a separate PR

Copy link
Contributor

Choose a reason for hiding this comment

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

@akoeplinger akoeplinger merged commit d8a7c7b into dotnet:main Feb 26, 2025
151 of 155 checks passed
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.

3 participants