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
path: root/eng
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2022-03-17 10:42:48 +0300
committerGitHub <noreply@github.com>2022-03-17 10:42:48 +0300
commitb5edcab2827d7e1f6391d19b6650c2b5aa8c3b47 (patch)
tree034152380bf247f28e6b08716561f1b026d7f0ad /eng
parent05cb7f5a6eefbcd0fbab3bb5924c07b188d12501 (diff)
Remove dotnet6 feeds (#66447)
* Remove dotnet6 feeds dotnet7 feeds are currently the target feeds for the main branch. The dotnet6 feeds shouldn't be used anymore. * Update targetingpacks.targets * Update prebuilt package versions * Update NativeExports.csproj
Diffstat (limited to 'eng')
-rw-r--r--eng/targetingpacks.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/targetingpacks.targets b/eng/targetingpacks.targets
index 63aa48746ab..0505ecdb7dd 100644
--- a/eng/targetingpacks.targets
+++ b/eng/targetingpacks.targets
@@ -23,7 +23,7 @@
<EnableTargetingPackDownload>false</EnableTargetingPackDownload>
<GenerateErrorForMissingTargetingPacks>false</GenerateErrorForMissingTargetingPacks>
<!-- Hardcode the apphost version until the SDK understands the net7.0 tfm. -->
- <_AppHostBaselinePackVersion Condition="'$(UseLocalAppHostPack)' != 'true'">6.0.0-rc.1.21411.2</_AppHostBaselinePackVersion>
+ <_AppHostBaselinePackVersion Condition="'$(UseLocalAppHostPack)' != 'true'">6.0.3</_AppHostBaselinePackVersion>
</PropertyGroup>
<!-- Add Known* items if the SDK doesn't support the TargetFramework yet. -->