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

Fix .net 8.0 test templates #42585

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

MarcoRossignoli
Copy link
Member

@MarcoRossignoli MarcoRossignoli commented Aug 7, 2024

The template inserted inside the .NET 9.0 for .NET 8.0 tfm is broken.
This is visible on vendors testing because on the machine there's only .NET 9 preview installed, otherwise the template can be picked up from the .NET 8.0 SDK.
This PR revert the template we ship for .NET 9 to the last good one shipped inside .NET 8.0.4xx

Version.Details.xml https://github.com/dotnet/installer/blob/release/8.0.4xx/eng/Version.Details.xml#L122-L125
Version.props https://github.com/dotnet/installer/blob/release/8.0.4xx/eng/Versions.props#L60

To test the fix I've build the package and overridden the C:\Program Files\dotnet\templates\8.0.7\microsoft.dotnet.test.projecttemplates.8.0.1.1.0-rc.24202.1 package installed with the "only" .NET 9 SDK on vendors repro machine.
I did a manual test on vendors machine with 9.0 8.0 7.0 6.0 and looks good.

cc: @pavelhorak @Evangelink @nohwnd

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-CodeFlow untriaged Request triage from a team member labels Aug 7, 2024
@MarcoRossignoli MarcoRossignoli merged commit d672b8a into release/9.0.1xx-preview7 Aug 7, 2024
31 checks passed
@MarcoRossignoli MarcoRossignoli deleted the fixtesttemplate branch August 7, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-CodeFlow untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants