Update TargetFramework.Sdk and react to changes (#43218)
authorViktor Hofer <viktor.hofer@microsoft.com>
Fri, 9 Oct 2020 20:27:39 +0000 (22:27 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Oct 2020 20:27:39 +0000 (22:27 +0200)
eng/Version.Details.xml
global.json
src/libraries/Directory.Build.targets

index 189d0be..df233fb 100644 (file)
@@ -46,7 +46,7 @@
       <Uri>https://github.com/dotnet/arcade</Uri>
       <Sha>ee39cd1573dbb8011f343e1037af51d4fc00a747</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk" Version="5.0.0-beta.20506.7">
+    <Dependency Name="Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk" Version="6.0.0-beta.20508.4">
       <Uri>https://github.com/dotnet/arcade</Uri>
       <Sha>ee39cd1573dbb8011f343e1037af51d4fc00a747</Sha>
     </Dependency>
index 1cfdd8d..6692397 100644 (file)
@@ -12,7 +12,7 @@
     "python3": "3.7.1"
   },
   "msbuild-sdks": {
-    "Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk": "5.0.0-beta.20506.7",
+    "Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk": "6.0.0-beta.20508.4",
     "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20506.7",
     "Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk": "5.0.0-beta.20506.7",
     "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20506.7",
index 33c304f..0df45c8 100644 (file)
 
   <Target Name="UpdateProjectReferencesWithAttributes" Condition="'@(ProjectReference)' != ''">
     <ItemGroup>
-      <ProjectReference>
-        <SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties>
-      </ProjectReference>
       <ProjectReference Condition="'%(Filename)' == 'System.Private.CoreLib'">
         <!-- Don't flow TargetFramework and Platform to use same inputs and outputs as the CoreLib's build as part of the runtime. -->
         <UndefineProperties>$(UndefineProperties);TargetFramework;Platform</UndefineProperties>