Merge pull request #7327 from dotnet/ViktorHofer-50sdk
Update the SDK to mitigate a runtime regression
This commit is contained in:
commit
9f54dd9d24
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"tools": {
|
||||
"dotnet": "5.0.100-preview.4.20217.10",
|
||||
"dotnet": "5.0.100-preview.5.20228.8",
|
||||
"runtimes": {
|
||||
"dotnet": [
|
||||
"$(MicrosoftNETCoreAppRuntimePackageVersion)"
|
||||
|
|
|
@ -174,8 +174,8 @@
|
|||
<Target Name="LayoutTemplatesForSDK"
|
||||
DependsOnTargets="SetupBundledComponents;CalculateTemplatesVersions">
|
||||
<ItemGroup Condition="!$(ProductMonikerRid.StartsWith('win'))">
|
||||
<BundledTemplate Remove="Microsoft.Dotnet.Wpf.ProjectTemplates" />
|
||||
<BundledTemplate Remove="Microsoft.Dotnet.WinForms.ProjectTemplates" />
|
||||
<Bundled50Templates Remove="Microsoft.Dotnet.Wpf.ProjectTemplates" />
|
||||
<Bundled50Templates Remove="Microsoft.Dotnet.WinForms.ProjectTemplates" />
|
||||
</ItemGroup>
|
||||
<Copy SourceFiles="%(Bundled50Templates.RestoredNupkgPath)"
|
||||
DestinationFolder="$(RedistLayoutPath)templates/$(BundledTemplates50InstallPath)"/>
|
||||
|
|
Loading…
Reference in a new issue