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:
authorKirill Osenkov <github@osenkov.com>2019-06-10 21:52:41 +0300
committerKirill Osenkov <github@osenkov.com>2019-06-10 21:52:41 +0300
commit06388e406c19e8f56c78f126b5dc2c4ed11ef097 (patch)
treef5e1bacd68d297b58061606479994b3f30a25085 /CorApi
parent2a81c095ac8429d9078c71a0850ad834b8d25437 (diff)
Move remaining projects to net472.
Diffstat (limited to 'CorApi')
-rw-r--r--CorApi/CorApi.csproj17
1 files changed, 1 insertions, 16 deletions
diff --git a/CorApi/CorApi.csproj b/CorApi/CorApi.csproj
index 34bdb2f..018ac2a 100644
--- a/CorApi/CorApi.csproj
+++ b/CorApi/CorApi.csproj
@@ -3,27 +3,12 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{9FBCC262-10DC-4E84-A5C4-17230BBF8862}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>CorApi</RootNamespace>
<AssemblyName>CorApi</AssemblyName>
<RunPostBuildEvent>Always</RunPostBuildEvent>
- <SccProjectName>
- </SccProjectName>
- <SccLocalPath>
- </SccLocalPath>
- <SccAuxPath>
- </SccAuxPath>
- <SccProvider>
- </SccProvider>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <OldToolsVersion>3.5</OldToolsVersion>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\Mono.Debugging\mono.debugging.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>