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
path: root/mautil
diff options
context:
space:
mode:
authorLluis Sanchez <llsan@microsoft.com>2022-01-20 18:01:23 +0300
committerGitHub <noreply@github.com>2022-01-20 18:01:23 +0300
commit6f5e5ebcf6d9a72c5115660cea57159d43687fce (patch)
treea083fa7b40723eb710774528ed2ed05c3491536f /mautil
parent83f04bbd1622fe29d620659b97413ad593b0cad6 (diff)
Fix build
Diffstat (limited to 'mautil')
-rw-r--r--mautil/mautil.csproj7
1 files changed, 4 insertions, 3 deletions
diff --git a/mautil/mautil.csproj b/mautil/mautil.csproj
index c371024..231f355 100644
--- a/mautil/mautil.csproj
+++ b/mautil/mautil.csproj
@@ -7,7 +7,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<ProjectGuid>{EA2F08DC-8289-4A89-A405-1A70D8B4C569}</ProjectGuid>
- <TargetFrameworks>net6.0;$(DotNetFrameworkTarget)</TargetFrameworks>
+ <TargetFrameworks>net5.0;$(DotNetFrameworkTarget)</TargetFrameworks>
<OutputType>Exe</OutputType>
<AssemblyName>mautil</AssemblyName>
<SchemaVersion>2.0</SchemaVersion>
@@ -15,12 +15,13 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
+ <IsPackable>False</IsPackable>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>..\bin\net6.0</OutputPath>
+ <OutputPath>..\bin\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
@@ -29,7 +30,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>True</Optimize>
- <OutputPath>..\bin\net6.0</OutputPath>
+ <OutputPath>..\bin\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>