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

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bockover <abock@microsoft.com>2019-09-17 03:56:36 +0300
committerAaron Bockover <abock@microsoft.com>2019-09-17 03:56:36 +0300
commitbcc9f815ba080f007ea346b746e5e770670d7aab (patch)
treef84dd93a19ab85e150e54f8a7f38d320c697e644
parent76a8f91dc4a1a620eb8ccc730753d0e4ff784eb3 (diff)
Sync with vs-editor-core@044787d9
-rw-r--r--Directory.Build.props2
-rw-r--r--global.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index 79c5052..0daedbe 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -20,7 +20,7 @@
</PropertyGroup>
<PropertyGroup>
- <NuGetVersionRoslyn>3.3.0-beta3-19415-01</NuGetVersionRoslyn>
+ <NuGetVersionRoslyn>3.3.1-beta3-19454-05</NuGetVersionRoslyn>
<NuGetVersionVSEditor Condition="$(NuGetVersionVSEditor) == ''">16.0.379-g4a55b0e4f2</NuGetVersionVSEditor>
</PropertyGroup>
diff --git a/global.json b/global.json
index 7c894d9..575257f 100644
--- a/global.json
+++ b/global.json
@@ -1,7 +1,7 @@
{
"msbuild-sdks": {
"Microsoft.Build.Traversal": "1.0.45",
- "Xamarin.MSBuild.Sdk": "0.26.0",
- "Xamarin.Mac.Sdk": "0.26.0"
+ "Xamarin.MSBuild.Sdk": "0.29.0",
+ "Xamarin.Mac.Sdk": "0.29.0"
}
} \ No newline at end of file