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:
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>