Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>2020-12-15 01:40:50 +0300
committerGitHub <noreply@github.com>2020-12-15 01:40:50 +0300
commit296aaf818ec02101226845aea39ca14d32519cf2 (patch)
treeb81118512fe021bc1318dee6d04e8554e60f2063 /Directory.Build.targets
parent6e7fc2f76b759c064012d1b715ad56577185d72e (diff)
Updating darc dependencies and enabling closure (#45781)
* automatic version updates * coreclr projects retargets to net5.0 * Removing manual addition of knownFrameworkReference * disavling implicit references for sfx projects * mono changes * enable package testing * installer changes * installer tests ref pack changes * remove the known framework reference for unit tests Co-authored-by: Jeremy Koritzinsky <jkoritzinsky@gmail.com> * TestInfraTargetFramework -> to net5.0 * set netcoremaxversion property for test utils * retargeting mono sample apps to net5.0 Co-authored-by: Jeremy Koritzinsky <jkoritzinsky@gmail.com> Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
Diffstat (limited to 'Directory.Build.targets')
-rw-r--r--Directory.Build.targets24
1 files changed, 0 insertions, 24 deletions
diff --git a/Directory.Build.targets b/Directory.Build.targets
index 68aa63fa324..35bfe0c1a31 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -21,28 +21,4 @@
-->
<NETCoreAppMaximumVersion>$(MajorVersion).$(MinorVersion)</NETCoreAppMaximumVersion>
</PropertyGroup>
-
- <!--
- SDK currently does not know about net6.0 TargetFramework.
- We need to manually add these to correctly resolve the targeting packs.
- https://github.com/dotnet/sdk/issues/13950
- -->
- <ItemGroup>
- <KnownFrameworkReference Include="Microsoft.NETCore.App"
- DefaultRuntimeFrameworkVersion="$(MicrosoftNETCoreAppVersion)"
- IsTrimmable="true"
- LatestRuntimeFrameworkVersion="$(MicrosoftNETCoreAppVersion)"
- RuntimeFrameworkName="Microsoft.NETCore.App"
- RuntimePackNamePatterns="Microsoft.NETCore.App.Runtime.**RID**"
- RuntimePackRuntimeIdentifiers="linux-arm;linux-arm64;linux-musl-arm64;linux-musl-x64;linux-x64;osx-x64;rhel.6-x64;tizen.4.0.0-armel;tizen.5.0.0-armel;win-arm;win-arm64;win-x64;win-x86;ios-arm64;ios-arm;ios-x64;ios-x86;tvos-arm64;tvos-x64;android-arm64;android-arm;android-x64;android-x86;browser-wasm"
- TargetFramework="$(NetCoreAppCurrent)"
- TargetingPackName="Microsoft.NETCore.App.Ref"
- TargetingPackVersion="$(MicrosoftNETCoreAppVersion)" />
-
- <KnownAppHostPack Include="Microsoft.NETCore.App"
- AppHostPackNamePattern="Microsoft.NETCore.App.Host.**RID**"
- AppHostPackVersion="$(MicrosoftNETCoreAppVersion)"
- AppHostRuntimeIdentifiers="linux-arm;linux-arm64;linux-musl-arm64;linux-musl-x64;linux-x64;osx-x64;rhel.6-x64;tizen.4.0.0-armel;tizen.5.0.0-armel;win-arm;win-arm64;win-x64;win-x86"
- TargetFramework="$(NetCoreAppCurrent)" />
- </ItemGroup>
</Project>