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
path: root/build
diff options
context:
space:
mode:
authorSandy Armstrong <sandy@xamarin.com>2019-12-18 20:50:10 +0300
committerSandy Armstrong <sandy@xamarin.com>2019-12-18 20:50:10 +0300
commit109220f5a283245ed9ffb70f82ca061d4d6d3dad (patch)
tree04cb46d499ca38f9f5e81b4c7c518fa4d569c9a5 /build
parent95fbc6cd5cd27fe623036c0c453e707d919e7bc6 (diff)
Sync with vs-editor-core@2b5d751fb
Diffstat (limited to 'build')
-rw-r--r--build/Project.props3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/Project.props b/build/Project.props
index fcbd918..a575b49 100644
--- a/build/Project.props
+++ b/build/Project.props
@@ -13,6 +13,9 @@
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
+ <FullNETFrameworkVersion>net472</FullNETFrameworkVersion>
+ <PortableTargetFrameworks>netstandard2.0;net472</PortableTargetFrameworks>
+ <NetStandardVersion>netstandard2.0</NetStandardVersion>
<LangVersion>8.0</LangVersion>
<DefineConstants Condition="$([MSBuild]::IsOSPlatform('OSX')) == 'true'">__MACOS__;$(DefineConstants)</DefineConstants>
</PropertyGroup>