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-09-04 15:52:13 +0300
committerGitHub <noreply@github.com>2019-09-04 15:52:13 +0300
commit624efbef4a19faaa2c1468f891c9d41656cfacba (patch)
tree17102d90bc77da265b49dd9869107545734c234d /main/msbuild
parent6ca5fca85074984081433f92fadf1521357e2bb6 (diff)
Minimum supported macOS is 10.12 now in the stub launcher makefiles
Diffstat (limited to 'main/msbuild')
-rw-r--r--main/msbuild/MonoDevelop.AfterCommon.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/msbuild/MonoDevelop.AfterCommon.props b/main/msbuild/MonoDevelop.AfterCommon.props
index 40ef4847e9..d936b2f6a6 100644
--- a/main/msbuild/MonoDevelop.AfterCommon.props
+++ b/main/msbuild/MonoDevelop.AfterCommon.props
@@ -58,7 +58,7 @@
</ItemGroup>
<PropertyGroup>
- <XamarinMacAnalyzerMinimumOSVersion>10.11</XamarinMacAnalyzerMinimumOSVersion>
+ <XamarinMacAnalyzerMinimumOSVersion>10.12</XamarinMacAnalyzerMinimumOSVersion>
<MonoDevelopDevAnalyzer>$(PackagesDirectory)\MonoDevelopDev.Analyzers.$(NugetVersionMonoDevelopAnalyzers)\analyzers\dotnet\cs\MonoDevelop.Analyzers.dll</MonoDevelopDevAnalyzer>
</PropertyGroup>