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:
authorJeffrey Stedfast <jestedfa@microsoft.com>2019-12-03 22:34:33 +0300
committerJeffrey Stedfast <jestedfa@microsoft.com>2020-01-23 22:40:58 +0300
commite84affe557335b095f55501510c508b5569c8895 (patch)
treee9236b5200f8ddd3cf5108bd9fbe4e96f62be359
parent7642846e9d9e93deca1efb59de9ae868f98f0e82 (diff)
[Debugger] bumped VsCodeDebugProtocol version to 16.3jstedfast-debugger-vscodedebugprotocol-bump-16.3.30820.2
-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 dcf4897bf3..e14eb27616 100644
--- a/main/Directory.Build.props
+++ b/main/Directory.Build.props
@@ -20,7 +20,7 @@
<NuGetVersionNuGet>5.4.0</NuGetVersionNuGet>
<NuGetVersionNUnit2>2.7.0</NuGetVersionNUnit2>
<NuGetVersionNUnit3>3.9.0</NuGetVersionNUnit3>
- <NuGetVersionVSCodeDebugProtocol>15.8.20719.1</NuGetVersionVSCodeDebugProtocol>
+ <NuGetVersionVSCodeDebugProtocol>16.3.30820.2</NuGetVersionVSCodeDebugProtocol>
<NuGetVersionVSComposition>15.8.112</NuGetVersionVSComposition>
<NuGetVersionVSEditor>16.1.28-g2ad4df7366</NuGetVersionVSEditor>
</PropertyGroup>