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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2022-10-13 20:18:43 +0300
committerGitHub <noreply@github.com>2022-10-13 20:18:43 +0300
commit242ac50598e4f596e1a42f9dd377701096ea3a74 (patch)
tree87c92e5858ce397022f4520fe88d790299efa5fd
parent5c083481858d9727fdcdc5f3d1df757fb48e846f (diff)
Bump NuGetSdkResolver in msbuild
-rw-r--r--packaging/MacSDK/msbuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/MacSDK/msbuild.py b/packaging/MacSDK/msbuild.py
index ee2ef1c9803..61efb7f3826 100644
--- a/packaging/MacSDK/msbuild.py
+++ b/packaging/MacSDK/msbuild.py
@@ -3,7 +3,7 @@ import fileinput
class MSBuild (GitHubPackage):
def __init__ (self):
GitHubPackage.__init__ (self, 'mono', 'msbuild', '15', # note: fix scripts/ci/run-test-mac-sdk.sh when bumping the version number
- revision = '63458bd6cb3a98b5a062bb18bd51ffdea4aa3001')
+ revision = 'de7a9c7b83f0cbfaedc0fc4cef3670755e0fc1f5')
def build (self):
try: