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

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jbevain@gmail.com>2015-04-30 17:41:28 +0300
committerJb Evain <jbevain@gmail.com>2015-04-30 17:42:14 +0300
commit45194ee17738825db7801b15afb8391c30a28e95 (patch)
treeed0b024ba40d5d32e08b09453432e7b5abb6befa
parent4ff484b061eb1a1b77284eb9f8c90ddcb6e05dae (diff)
Build on 4.5 and not on 4.5.1
-rw-r--r--Mono.Cecil.settings2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mono.Cecil.settings b/Mono.Cecil.settings
index 58c49e2..9c965bf 100644
--- a/Mono.Cecil.settings
+++ b/Mono.Cecil.settings
@@ -40,7 +40,7 @@
<DefineConstants>$(DefineConstants);NET_3_5;NET_4_0;</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" $(Configuration.StartsWith('net_4_5')) ">
- <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<DefineConstants>$(DefineConstants);NET_3_5;NET_4_0;NET_4_5;</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" $(Configuration.StartsWith('silverlight')) ">