Skip to content

Conversation

@wtgodbe
Copy link
Member

@wtgodbe wtgodbe commented Mar 12, 2025

net8.0 is now the oldest supported TFM

Copilot AI review requested due to automatic review settings March 12, 2025 15:58
@wtgodbe wtgodbe requested a review from a team as a code owner March 12, 2025 15:58
Copy link
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.

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

@ghost ghost added Area-AspNetCore RazorSDK, BlazorWebAssemblySDK, dotnet-watch untriaged Request triage from a team member labels Mar 12, 2025
@dotnet-policy-service
Copy link
Contributor

Thanks for your PR, @wtgodbe.
To learn about the PR process and branching schedule of this repo, please take a look at the SDK PR Guide.

Copy link
Member

@ViktorHofer ViktorHofer left a comment

Choose a reason for hiding this comment

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

@MichaelSimons this should allow the removal of the 6.0.2 targeting packs in SBRP.

@wtgodbe
Copy link
Member Author

wtgodbe commented Mar 12, 2025

Looks like this will require some code changes to react to the TFM update - @captainsafia could you take a look?

Edit: Disregard, change was trivial

@wtgodbe
Copy link
Member Author

wtgodbe commented Mar 12, 2025

@ViktorHofer 2 new prebuilts:

/__w/1/vmr/repo-projects/Directory.Build.targets(924,5): warning : 2 new packages used not in baseline! See report at /__w/1/vmr/artifacts/prebuilt-report/baseline-comparison.xml for more information. Package IDs are: [/__w/1/vmr/repo-projects/dotnet.proj]
/__w/1/vmr/repo-projects/Directory.Build.targets(924,5): warning : Microsoft.AspNetCore.App.Ref.8.0.12 [/__w/1/vmr/repo-projects/dotnet.proj]
/__w/1/vmr/repo-projects/Directory.Build.targets(924,5): warning : Microsoft.NETCore.App.Ref.8.0.12 [/__w/1/vmr/repo-projects/dotnet.proj]

Do we need to bring back the SourceBuild bits? That version will always be the latest 8.0 unless we pin

@wtgodbe
Copy link
Member Author

wtgodbe commented Mar 13, 2025

Maybe we need to bring back 8.0.0 & pin to it: dotnet/source-build-reference-packages#1178

@wtgodbe
Copy link
Member Author

wtgodbe commented Mar 13, 2025

dotnet/source-build-reference-packages#1197

@wtgodbe
Copy link
Member Author

wtgodbe commented Mar 13, 2025

Next SBRP update should unblock

wtgodbe and others added 2 commits March 13, 2025 09:19
…ence-packages build 20250313.4

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 10.0.616001 -> To Version 10.0.616304
@ViktorHofer
Copy link
Member

ViktorHofer commented Mar 14, 2025

CSC(0,0): error CS0006: (NETCORE_ENGINEERING_TELEMETRY=Build) Metadata file '/__w/1/vmr/src/sdk/artifacts/sb/package-cache/microsoft.aspnetcore.app.ref/8.0.0/analyzers/dotnet/cs/Microsoft.AspNetCore.App.Analyzers.dll' could not be found

Looks like the aspnetcore targeting pack incorrectly lists analyzers? cc @dotnet/source-build

Submitted dotnet/source-build-reference-packages#1199

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-AspNetCore RazorSDK, BlazorWebAssemblySDK, dotnet-watch untriaged Request triage from a team member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants