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

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Ungureanu <maungu@microsoft.com>2018-08-02 18:06:42 +0300
committerMarius Ungureanu <maungu@microsoft.com>2018-08-02 18:26:50 +0300
commit5cfbf77e5c2a5529a97fbb68514ba4ecaa3b1e9e (patch)
tree5ee3512839a0aca433bd7b1984b0e0b67617125e /Test/UnitTests
parenta543fa0011098232041c99bc5acb6416cb4acbe0 (diff)
[Mono.Addins] Fixup Mono.Addins so that inside MonoDevelop
it will target 4.6.1, rather than 4.5. This should fix a few binding redirects issues we have when building MD
Diffstat (limited to 'Test/UnitTests')
-rw-r--r--Test/UnitTests/UnitTests.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/UnitTests/UnitTests.csproj b/Test/UnitTests/UnitTests.csproj
index adf04b9..12fa6d4 100644
--- a/Test/UnitTests/UnitTests.csproj
+++ b/Test/UnitTests/UnitTests.csproj
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
+ <Import Project="..\..\TargetFrameworks.props" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -9,7 +10,6 @@
<AssemblyName>UnitTests</AssemblyName>
<SchemaVersion>2.0</SchemaVersion>
<RootNamespace>UnitTests</RootNamespace>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\mono-addins.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>