From 4a200d18fe9c0d41ecf56ced17ea657fcee2067c Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Thu, 3 Dec 2020 16:06:23 -0800 Subject: [PATCH] Various fixes in Microsoft.NETCore.App packs (#45566) --- eng/Version.Details.xml | 4 + global.json | 2 +- .../Directory.Build.props | 203 ++++-------------- .../Microsoft.NETCore.App.Runtime.sfxproj | 1 + src/libraries/NetCoreAppLibrary.props | 1 + 5 files changed, 43 insertions(+), 168 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 930e94ec1090b..6136f198bf057 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -70,6 +70,10 @@ https://github.com/dotnet/arcade 6d8efa00a7dd2d15e07df673a83cecb8a0a3031f + + https://github.com/dotnet/arcade + d4dc3682cbad0314b6f138017411ee03ea51096b + https://dev.azure.com/dnceng/internal/_git/dotnet-optimization f69d7fc09c4fdb9e9427741b9a176e867dab577f diff --git a/global.json b/global.json index 8e24e2ae13097..929b35d696594 100644 --- a/global.json +++ b/global.json @@ -16,7 +16,7 @@ "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20601.2", "Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk": "6.0.0-beta.20601.2", "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.20601.2", - "Microsoft.DotNet.SharedFramework.Sdk": "6.0.0-beta.20552.5", + "Microsoft.DotNet.SharedFramework.Sdk": "6.0.0-beta.20602.5", "Microsoft.NET.Sdk.IL": "6.0.0-alpha.1.20557.2", "Microsoft.Build.NoTargets": "2.0.1", "Microsoft.Build.Traversal": "2.1.1" diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props b/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props index e62594ed671dd..7d742fd131116 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props @@ -62,7 +62,43 @@ 14.12.25830.2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -142,174 +178,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj index 2402d7fbe2ef6..ef04c92b41d0a 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj @@ -11,6 +11,7 @@ dotnet-runtime-symbols NetCore.SharedFramework true + true AddRuntimeFilesToPackage; AddFrameworkFilesToPackage diff --git a/src/libraries/NetCoreAppLibrary.props b/src/libraries/NetCoreAppLibrary.props index 2070d46fd9f49..6bd027958adde 100644 --- a/src/libraries/NetCoreAppLibrary.props +++ b/src/libraries/NetCoreAppLibrary.props @@ -158,5 +158,6 @@ + \ No newline at end of file