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

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2016-10-06 10:50:59 +0300
committerGitHub <noreply@github.com>2016-10-06 10:50:59 +0300
commit03c3e32193eb054d86824fa14a325d26e8a82e83 (patch)
treecd5a76856e35614b86954c946df6da5e05dd6786
parent9f44f259bf5059df6c8019948ea75313bd09a9fb (diff)
parent22aec77297f09caffdc1af8b05696db584cc8dde (diff)
Merge pull request #11 from knocte/fix-build-with-mono4.2.1
Fix MSBuild build with xbuild 12.0 engine (mono 4.2.1)
-rw-r--r--reflect/IKVM.Reflection.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/reflect/IKVM.Reflection.csproj b/reflect/IKVM.Reflection.csproj
index 8de23b7f..cf70e93a 100644
--- a/reflect/IKVM.Reflection.csproj
+++ b/reflect/IKVM.Reflection.csproj
@@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>IKVM.Reflection</RootNamespace>
<AssemblyName>IKVM.Reflection</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkSubset>
</TargetFrameworkSubset>