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-06-14 20:38:02 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2022-06-14 20:53:23 +0300
commit6bb998531a15c81a5f5a93c219c17b9472ab7358 (patch)
tree24fabc30284dc80ef7bfa49fb479aa74bdf826f1
parent41d4eb187476f9f983a2a7ec6f851bac6cd5e44e (diff)
Bump nuget.exe to v6.2.1
(cherry picked from commit 6051b710727762fd96367a7c32400d68533e63cb)
-rw-r--r--packaging/MacSDK/nuget.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/MacSDK/nuget.py b/packaging/MacSDK/nuget.py
index a67cf275546..4b40df25fea 100644
--- a/packaging/MacSDK/nuget.py
+++ b/packaging/MacSDK/nuget.py
@@ -4,7 +4,7 @@ import fileinput
class NuGetBinary (Package):
def __init__(self):
- Package.__init__(self, name='NuGet', version='5.9.0', sources=[
+ Package.__init__(self, name='NuGet', version='6.2.1', sources=[
'https://dist.nuget.org/win-x86-commandline/v%{version}/nuget.exe'])
def build(self):