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 /Testing
parentc5dd270acb736932d2d88dab555040b5a95f627f (diff)
Set the TargetFrameworkVersion to v4.6.1 when building in MonoDevelop.
Diffstat (limited to 'Testing')
-rw-r--r--Testing/WpfTestRunner.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Testing/WpfTestRunner.csproj b/Testing/WpfTestRunner.csproj
index 83f1b395..2a2e1679 100644
--- a/Testing/WpfTestRunner.csproj
+++ b/Testing/WpfTestRunner.csproj
@@ -8,9 +8,9 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WpfTestRunner</RootNamespace>
<AssemblyName>WpfTestRunner</AssemblyName>
- <TargetFrameworkProfile>Client</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<TestRunnerCommand>bin\WpfTestRunner.exe</TestRunnerCommand>
+ <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>