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:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2019-06-18 14:08:51 +0300
committerGitHub <noreply@github.com>2019-06-18 14:08:51 +0300
commit5756b30860035a3bbf0fc1fca46c8b41bd42a7d9 (patch)
tree4660295e6e90c6bc33012139c8b082b674262f26 /main/Directory.Build.props
parent2d844a49ea48d6ffdeddf5e70b5b153a4d202d8b (diff)
Bump to new MD analyzer nuget (#7921)
* Bump to new MD analyzer nuget Exception handlers considered empty will trigger a build and edit-time warning. Fixes VSTS #774649 - SDL - Validate all new code is free of 'swallow everything' exception handlers * Fix a few warnings surfaced as errors * Fixup
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 2432871a45..c590df3eb5 100644
--- a/main/Directory.Build.props
+++ b/main/Directory.Build.props
@@ -13,7 +13,7 @@
<NuGetVersionErrorProneNetStructs>0.1.2</NuGetVersionErrorProneNetStructs>
<NuGetVersionMicrosoftTemplateEngine>1.0.0-beta3-20171117-314</NuGetVersionMicrosoftTemplateEngine>
<NuGetVersionMicrosoftTestPlatform>15.5.0-preview-20170919-04</NuGetVersionMicrosoftTestPlatform>
- <NuGetVersionMonoDevelopAnalyzers>0.1.0.1</NuGetVersionMonoDevelopAnalyzers>
+ <NuGetVersionMonoDevelopAnalyzers>0.1.0.2</NuGetVersionMonoDevelopAnalyzers>
<NuGetVersionNewtonsoftJson>10.0.3</NuGetVersionNewtonsoftJson>
<NuGetVersionNUnit2>2.7.0</NuGetVersionNUnit2>
<NuGetVersionNUnit3>3.9.0</NuGetVersionNUnit3>