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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ward <matt.ward@microsoft.com>2019-07-02 18:42:29 +0300
committerRodrigo Moya <rodrigo@gnome-db.org>2019-07-09 19:29:21 +0300
commite074ce4e556cb463de2cce0a59b45a84b2be0d53 (patch)
tree7207c7a3b22e6b1e336b97488036eae96d409a9a /main/Directory.Build.props
parentd8356e7c25e5811c81fc18aec3601ac82da8281d (diff)
[NuGet] Update to NuGet 5.2
Update to NuGet 5.2.0.6067 Moved the NuGet package version to Directory.Build.props to make it easier to update. Fixes VSTS #941248 Update to NuGet 5.2
Diffstat (limited to 'main/Directory.Build.props')
-rw-r--r--main/Directory.Build.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/Directory.Build.props b/main/Directory.Build.props
index f380e27522..90cdb51564 100644
--- a/main/Directory.Build.props
+++ b/main/Directory.Build.props
@@ -15,6 +15,7 @@
<NuGetVersionMicrosoftTestPlatform>15.5.0-preview-20170919-04</NuGetVersionMicrosoftTestPlatform>
<NuGetVersionMonoDevelopAnalyzers>0.1.0.2</NuGetVersionMonoDevelopAnalyzers>
<NuGetVersionNewtonsoftJson>10.0.3</NuGetVersionNewtonsoftJson>
+ <NuGetVersionNuGet>5.2.0-rtm.6067</NuGetVersionNuGet>
<NuGetVersionNUnit2>2.7.0</NuGetVersionNUnit2>
<NuGetVersionNUnit3>3.9.0</NuGetVersionNUnit3>
<NuGetVersionRoslyn>3.2.0-beta4-19324-01</NuGetVersionRoslyn>