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-02-02 14:15:15 +0300
committerLluis Sanchez <llsan@microsoft.com>2022-02-02 14:15:15 +0300
commitec092c19c5d978f303821cc446b9365be02ee887 (patch)
tree60a3b4e2b1baa23f9266e4980fbecf507273a215
parent90bc54b91fae0ff9165854b11ce990dd3c7dd081 (diff)
Build mautil with .net 6
-rw-r--r--Version.props2
-rw-r--r--mautil/mautil.csproj2
2 files changed, 2 insertions, 2 deletions
diff --git a/Version.props b/Version.props
index 0ab36f4..658346e 100644
--- a/Version.props
+++ b/Version.props
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
- <PackageVersion>1.3.9</PackageVersion>
+ <PackageVersion>1.3.10</PackageVersion>
<Authors>Microsoft</Authors>
<Owners>microsoft, xamarin</Owners>
<PackageLicenseUrl>https://github.com/mono/mono-addins/blob/main/COPYING</PackageLicenseUrl>
diff --git a/mautil/mautil.csproj b/mautil/mautil.csproj
index c7a0228..aa5d33a 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>net5.0;$(DotNetFrameworkTarget)</TargetFrameworks>
+ <TargetFrameworks>net6.0;$(DotNetFrameworkTarget)</TargetFrameworks>
<OutputType>Exe</OutputType>
<AssemblyName>mautil</AssemblyName>
<SchemaVersion>2.0</SchemaVersion>