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

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorauthor <email@service.domain>2021-09-16 12:41:46 +0300
committerauthor <email@service.domain>2021-10-04 12:24:19 +0300
commit9336d52195045feb77573366603654f8020705f8 (patch)
treed25b19feb1826b2411001c78a1f0866ec55e871c
parente255a2ee5e7689b13aa29e0fec40520cd1e61933 (diff)
Set supported macOS version
-rw-r--r--Xwt.XamMac/Xwt.XamMac.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xwt.XamMac/Xwt.XamMac.csproj b/Xwt.XamMac/Xwt.XamMac.csproj
index 3ff852a2..16b515fd 100644
--- a/Xwt.XamMac/Xwt.XamMac.csproj
+++ b/Xwt.XamMac/Xwt.XamMac.csproj
@@ -11,6 +11,7 @@
<TargetFramework>$(MacTargetFramework)</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<DisableImplicitNamespaceImports>True</DisableImplicitNamespaceImports>
+ <SupportedOSPlatformVersion>10.14</SupportedOSPlatformVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>