Describe the bug
|
<PackageReference Include="Microsoft.TemplateEngine.Tasks" Version="*" PrivateAssets="all" IsImplicitlyDefined="true"/> |
That package doesn't ship anymore and got replaced by Microsoft.TemplateEngine.Authoring.Tasks.
Steps to reproduce
see above
Expected behavior
Microsoft.TemplateEngine.Authoring.Tasks should be referenced
Actual behavior
Microsoft.TemplateEngine.Tasks is referenced
Is this a regression?
No
Are there any workarounds?
Yes, reference the new package
dotnet --info output
11.0.100-preview.7.26360.111
IDE version
No response
Other details
No response
Describe the bug
sdk/template_feed/Microsoft.TemplateEngine.Authoring.Templates/content/TemplatePackage/New.Template.Package.csproj
Line 31 in dffc3a6
That package doesn't ship anymore and got replaced by
Microsoft.TemplateEngine.Authoring.Tasks.Steps to reproduce
see above
Expected behavior
Microsoft.TemplateEngine.Authoring.Tasksshould be referencedActual behavior
Microsoft.TemplateEngine.Tasksis referencedIs this a regression?
No
Are there any workarounds?
Yes, reference the new package
dotnet --info output
11.0.100-preview.7.26360.111IDE version
No response
Other details
No response