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:
authorLluis Sanchez <llsan@microsoft.com>2022-01-19 21:22:17 +0300
committerLluis Sanchez <llsan@microsoft.com>2022-01-19 21:22:17 +0300
commit4bec41e6753aa1fb6f5127987417d22b94088989 (patch)
tree8d59dace315014eebffc38a8727e5f9c9d0cd9e6 /Mono.Addins.Gui
parent4ee77c6339ce05d7809d4dce088607f07dd95980 (diff)
Convert to multi-target projects
Generate builds for .net 4.7.2 and .net 6 in a single nuget package.
Diffstat (limited to 'Mono.Addins.Gui')
-rw-r--r--Mono.Addins.Gui/Mono.Addins.Gui.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mono.Addins.Gui/Mono.Addins.Gui.csproj b/Mono.Addins.Gui/Mono.Addins.Gui.csproj
index d1b13c1..30c0ce2 100644
--- a/Mono.Addins.Gui/Mono.Addins.Gui.csproj
+++ b/Mono.Addins.Gui/Mono.Addins.Gui.csproj
@@ -18,7 +18,7 @@
<DebugSymbols>True</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>..\bin</OutputPath>
+ <OutputPath>..\bin\net472</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
@@ -29,7 +29,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>True</Optimize>
- <OutputPath>..\bin</OutputPath>
+ <OutputPath>..\bin\net472</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>