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

github.com/mono/debugger-libs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/CorApi
diff options
context:
space:
mode:
authorDavid Karlaš <david.karlas@xamarin.com>2015-07-01 11:53:11 +0300
committerDavid Karlaš <david.karlas@xamarin.com>2015-07-01 11:53:11 +0300
commit12f92a1d65d2a7b687f65c5a6636cd0d2d23d198 (patch)
treec54fa17a4b2284ec6cfe4336dbd8140f7f6c03e9 /CorApi
parent62b712c6d1a29ce5e9efeece080c6f4273120748 (diff)
[Debugger] Fixed build(track debugger-libs API changes)
-Made it buildable on Windows without .Net 2.0/3.5(CorApi project is now .Net 4.5) -Ignored implict casting on CorDebug
Diffstat (limited to 'CorApi')
-rw-r--r--CorApi/CorApi.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/CorApi/CorApi.csproj b/CorApi/CorApi.csproj
index 0d99603..e3f7087 100644
--- a/CorApi/CorApi.csproj
+++ b/CorApi/CorApi.csproj
@@ -23,7 +23,7 @@
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>