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

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVsevolod Kukol <sevoku@microsoft.com>2021-05-05 15:16:29 +0300
committerGitHub <noreply@github.com>2021-05-05 15:16:29 +0300
commitab974e8df7037a43b5daad3a786e4dc3e87093bc (patch)
tree7b887c036caf5122ff084d5742036a7f9c12bd37
parent312b91f995e68f9708dc8c9ecbf2a9e3c17d77f1 (diff)
parent790319d3916084c047abc57b6b384686e793b2a4 (diff)
Merge pull request #7 from xamarin/dev/sevoku/build-xcode12-xm7HEADmain
Fix build with Xcode12 and Xamarin.Mac 7
-rw-r--r--macdoc.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/macdoc.csproj b/macdoc.csproj
index 4db86ad..25907d2 100644
--- a/macdoc.csproj
+++ b/macdoc.csproj
@@ -11,7 +11,7 @@
<RootNamespace>macdoc</RootNamespace>
<AssemblyName>macdoc</AssemblyName>
<LastXamMacNagTime>12/11/2012 10:17:55 PM</LastXamMacNagTime>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>