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:
authorMarek Safar <marek.safar@gmail.com>2019-04-11 12:08:41 +0300
committerGitHub <noreply@github.com>2019-04-11 12:08:41 +0300
commit995bbb998c638b3fe563dbaa5aff6c5198d1d5ce (patch)
tree390437f0fa9020d135e4df55f1d57fd0f399985a /packaging
parentec045a52b03387d61a50dfd414029bb191237a76 (diff)
parent285443b5d48dda168b186f6f18db65549d738465 (diff)
Merge pull request #13815 from radical/nuget-5
[nuget] Bump to nuget 5.0.0
Diffstat (limited to 'packaging')
-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 57212c5e210..96bb67761aa 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='4.8.2', sources=[
+ Package.__init__(self, name='NuGet', version='5.0.0', sources=[
'https://dist.nuget.org/win-x86-commandline/v%{version}/nuget.exe'])
def build(self):