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:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-01-09 09:41:44 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-01-11 04:42:16 +0300
commit3b95431162ee36d23634ddbc7cf2df91db4b438f (patch)
tree96e26e54f646b0133947dc8ba53fb43a2239ecc2 /main/Directory.Build.props
parenta5ee225ef5f0344459bf65e808c3b17e7fe6db7a (diff)
Partially switch remaining projects to csproj
These all have some kind of custom NuGet asset copying step that will require additional logic.
Diffstat (limited to 'main/Directory.Build.props')
-rw-r--r--main/Directory.Build.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Directory.Build.props b/main/Directory.Build.props
index 43d6d739f6..d54fe3f6da 100644
--- a/main/Directory.Build.props
+++ b/main/Directory.Build.props
@@ -10,7 +10,7 @@
<NuGetVersionCecil>0.10.1</NuGetVersionCecil>
<NuGetVersionErrorProneNetStructs>0.1.2</NuGetVersionErrorProneNetStructs>
<NuGetVersionMicrosoftTemplateEngine>1.0.0-beta3-20171117-314</NuGetVersionMicrosoftTemplateEngine>
- <NuGetVersionMicrosoftTestPlatform>16.0.0-preview-20181205-02</NuGetVersionMicrosoftTestPlatform>
+ <NuGetVersionMicrosoftTestPlatform>15.5.0-preview-20170919-04</NuGetVersionMicrosoftTestPlatform>
<NuGetVersionMonoDevelopAnalyzers>0.1.0.1</NuGetVersionMonoDevelopAnalyzers>
<NuGetVersionNewtonsoftJson>10.0.3</NuGetVersionNewtonsoftJson>
<NuGetVersionNUnit2>2.7.0</NuGetVersionNUnit2>