Skip to content

Conversation

@RussKie
Copy link
Contributor

@RussKie RussKie commented Aug 25, 2021

Relates to #5035
Relates to #5071

Proposed changes

Regression?

  • No, new functionality

Risk

  • Minimal

Test methodology

Manually create various apps and verify the expected content

dotnet new -i C:\Development\winforms\pkg\Microsoft.Dotnet.WinForms.ProjectTemplates\content\WinFormsApplication-CSharp
cd .. && md template1 && cd template1 && dotnet new winforms  && code . 
cd .. && md template2 && cd template2 && dotnet new winforms -f net6.0 && code . 
cd .. && md template3 && cd template3 && dotnet new winforms -f net5.0 && code . 
cd .. && md template4 && cd template4 && dotnet new winforms -f netcoreapp3.1 && code . 
Microsoft Reviewers: Open in CodeFlow

Copy link
Member

@dreddy-work dreddy-work left a comment

Choose a reason for hiding this comment

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

LGTM.

@RussKie RussKie merged commit c47af80 into dotnet:main Aug 26, 2021
@ghost ghost added this to the 7.0 alpha1 milestone Aug 26, 2021
@RussKie RussKie deleted the update_template_for_ApplicationConfiguration branch August 26, 2021 00:46
@Olina-Zhang
Copy link
Member

Verified in the latest .Net SDK 7.0 build: 7.0.100-alpha.1.21479.33, application template is changed:
image

@IDEExperienceTestSolution
Copy link
Member

Verified in the latest .Net SDK 7.0 build: 7.0.100-alpha.1.21526.13, application template is changed:
image

@ghost ghost locked as resolved and limited conversation to collaborators Jan 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants