Update runtime patch and move it to correct location
This commit is contained in:
parent
8d07426e10
commit
a506f64358
1 changed files with 3 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
From ed89288f65df0db02817a9d7f72b768b51b4b57a Mon Sep 17 00:00:00 2001
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||||
From: Nikola Milosavljevic <nikolam@microsoft.com>
|
From: Nikola Milosavljevic <nikolam@microsoft.com>
|
||||||
Date: Tue, 24 Jan 2023 18:03:12 +0000
|
Date: Wed, 25 Jan 2023 20:21:17 +0000
|
||||||
Subject: [PATCH] Allow source-build to set UsingToolMicrosoftNetCompilers
|
Subject: [PATCH] Allow source-build to set UsingToolMicrosoftNetCompilers
|
||||||
property
|
property
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ Subject: [PATCH] Allow source-build to set UsingToolMicrosoftNetCompilers
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/eng/Versions.props b/eng/Versions.props
|
diff --git a/eng/Versions.props b/eng/Versions.props
|
||||||
index 3a97f80fd74..6148f6c6ae5 100644
|
index a57587c74a8..15f65bc269b 100644
|
||||||
--- a/eng/Versions.props
|
--- a/eng/Versions.props
|
||||||
+++ b/eng/Versions.props
|
+++ b/eng/Versions.props
|
||||||
@@ -22,7 +22,7 @@
|
@@ -22,7 +22,7 @@
|
||||||
|
@ -21,6 +21,3 @@ index 3a97f80fd74..6148f6c6ae5 100644
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<WorkloadSdkBandVersions Include="$(SdkBandVersion)" SupportsMachineArch="true" />
|
<WorkloadSdkBandVersions Include="$(SdkBandVersion)" SupportsMachineArch="true" />
|
||||||
--
|
|
||||||
2.29.2
|
|
||||||
|
|
Loading…
Reference in a new issue