-
Notifications
You must be signed in to change notification settings - Fork 447
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a72241
commit 651d90e
Showing
2 changed files
with
55 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 51 additions & 0 deletions
51
src/SourceBuild/tarball/patches/installer/0001-Update-runtime-version.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: MichaelSimons <msimons@microsoft.com> | ||
Date: Fri, 11 Nov 2022 20:21:27 +0000 | ||
Subject: [PATCH] Update runtime version | ||
|
||
--- | ||
eng/Versions.props | 10 +++++----- | ||
src/redist/targets/BundledManifests.targets | 4 ++-- | ||
2 files changed, 7 insertions(+), 7 deletions(-) | ||
|
||
diff --git a/eng/Versions.props b/eng/Versions.props | ||
index 31db48967..4da93d914 100644 | ||
--- a/eng/Versions.props | ||
+++ b/eng/Versions.props | ||
@@ -72,16 +72,16 @@ | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<!-- Dependencies from https://github.com/dotnet/corefx --> | ||
- <MicrosoftNETCorePlatformsPackageVersion>7.0.0</MicrosoftNETCorePlatformsPackageVersion> | ||
+ <MicrosoftNETCorePlatformsPackageVersion>7.0.1</MicrosoftNETCorePlatformsPackageVersion> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<!-- Dependencies from https://github.com/dotnet/core-setup --> | ||
<VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion>7.0.0-rtm.22518.5</VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion> | ||
<VSRedistCommonNetCoreTargetingPackx6470PackageVersion>7.0.0-rtm.22518.5</VSRedistCommonNetCoreTargetingPackx6470PackageVersion> | ||
- <MicrosoftNETCoreAppRuntimewinx64PackageVersion>7.0.0</MicrosoftNETCoreAppRuntimewinx64PackageVersion> | ||
- <MicrosoftNETCoreAppHostwinx64PackageVersion>7.0.0</MicrosoftNETCoreAppHostwinx64PackageVersion> | ||
- <MicrosoftNETCoreAppRefPackageVersion>7.0.0</MicrosoftNETCoreAppRefPackageVersion> | ||
- <MicrosoftNETCoreDotNetHostResolverPackageVersion>7.0.0</MicrosoftNETCoreDotNetHostResolverPackageVersion> | ||
+ <MicrosoftNETCoreAppRuntimewinx64PackageVersion>7.0.1</MicrosoftNETCoreAppRuntimewinx64PackageVersion> | ||
+ <MicrosoftNETCoreAppHostwinx64PackageVersion>7.0.1</MicrosoftNETCoreAppHostwinx64PackageVersion> | ||
+ <MicrosoftNETCoreAppRefPackageVersion>7.0.1</MicrosoftNETCoreAppRefPackageVersion> | ||
+ <MicrosoftNETCoreDotNetHostResolverPackageVersion>7.0.1</MicrosoftNETCoreDotNetHostResolverPackageVersion> | ||
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
diff --git a/src/redist/targets/BundledManifests.targets b/src/redist/targets/BundledManifests.targets | ||
index 6c42909d8..fb4b57200 100644 | ||
--- a/src/redist/targets/BundledManifests.targets | ||
+++ b/src/redist/targets/BundledManifests.targets | ||
@@ -6,8 +6,8 @@ | ||
<BundledManifests Include="Microsoft.NET.Sdk.macOS" FeatureBand="$(MauiFeatureBand)" Version="$(XamarinMacOSWorkloadManifestVersion)" /> | ||
<BundledManifests Include="Microsoft.NET.Sdk.Maui" FeatureBand="$(MauiFeatureBand)" Version="$(MauiWorkloadManifestVersion)" /> | ||
<BundledManifests Include="Microsoft.NET.Sdk.tvOS" FeatureBand="$(MauiFeatureBand)" Version="$(XamarinTvOSWorkloadManifestVersion)" /> | ||
- <BundledManifests Include="Microsoft.NET.Workload.Mono.ToolChain.net6" FeatureBand="7.0.100" Version="$(MonoWorkloadManifestVersion)" /> | ||
- <BundledManifests Include="Microsoft.NET.Workload.Mono.ToolChain.net7" FeatureBand="7.0.100" Version="$(MonoWorkloadManifestVersion)" /> | ||
+ <BundledManifests Include="Microsoft.NET.Workload.Mono.ToolChain.net6" FeatureBand="7.0.100" Version="7.0.0" /> | ||
+ <BundledManifests Include="Microsoft.NET.Workload.Mono.ToolChain.net7" FeatureBand="7.0.100" Version="7.0.0" /> | ||
<BundledManifests Include="Microsoft.NET.Workload.Emscripten.net6" FeatureBand="7.0.100" Version="$(EmscriptenWorkloadManifestVersion)" /> | ||
<BundledManifests Include="Microsoft.NET.Workload.Emscripten.net7" FeatureBand="7.0.100" Version="$(EmscriptenWorkloadManifestVersion)" /> | ||
</ItemGroup> |