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:
authorKirill Osenkov <github@osenkov.com>2018-09-22 01:26:20 +0300
committerKirill Osenkov <github@osenkov.com>2018-09-22 01:26:20 +0300
commitec8cea8b6df64cc4b5ea3641c24bf97be3bad65a (patch)
treeab7fcaa2d0d3cf572da91e370a2d787c8cc09c18 /TestApps
parentc5dd270acb736932d2d88dab555040b5a95f627f (diff)
Set the TargetFrameworkVersion to v4.6.1 when building in MonoDevelop.
Diffstat (limited to 'TestApps')
-rw-r--r--TestApps/WpfTest/WpfTest.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestApps/WpfTest/WpfTest.csproj b/TestApps/WpfTest/WpfTest.csproj
index bf9fbd3b..d4c982c9 100644
--- a/TestApps/WpfTest/WpfTest.csproj
+++ b/TestApps/WpfTest/WpfTest.csproj
@@ -8,8 +8,8 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WpfTest</RootNamespace>
<AssemblyName>WpfTest</AssemblyName>
- <TargetFrameworkProfile>Client</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
+ <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugSymbols>True</DebugSymbols>