add .net 6 support
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Ben Harris 2021-11-09 17:17:36 -05:00
parent 8acaa752c3
commit b3d4e9d3b8
5 changed files with 7 additions and 8 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework> <TargetFrameworks>net5.0;net6.0</TargetFrameworks>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework> <TargetFrameworks>net5.0;net6.0</TargetFrameworks>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@ -1,8 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net5.0</TargetFramework> <TargetFrameworks>net5.0;net6.0</TargetFrameworks>
<IsPackable>false</IsPackable> <IsPackable>false</IsPackable>
</PropertyGroup> </PropertyGroup>

View File

@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net5.0</TargetFramework> <TargetFrameworks>net5.0;net6.0</TargetFrameworks>
<PackageId>IRCStates</PackageId> <PackageId>IRCStates</PackageId>
<Version>1.1.0</Version> <Version>1.1.1</Version>
<Authors>Ben Harris</Authors> <Authors>Ben Harris</Authors>
<Company>tildeverse.org</Company> <Company>tildeverse.org</Company>
<IsPackable>true</IsPackable> <IsPackable>true</IsPackable>

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net5.0</TargetFramework> <TargetFrameworks>net5.0;net6.0</TargetFrameworks>
<PackageId>IRCTokens</PackageId> <PackageId>IRCTokens</PackageId>
<Version>1.1.0</Version> <Version>1.1.0</Version>
<Authors>Ben Harris</Authors> <Authors>Ben Harris</Authors>
@ -13,7 +13,7 @@
<RepositoryUrl>https://tildegit.org/irctokens/ircsharp/src/branch/main/IRCTokens</RepositoryUrl> <RepositoryUrl>https://tildegit.org/irctokens/ircsharp/src/branch/main/IRCTokens</RepositoryUrl>
<RepositoryType>git</RepositoryType> <RepositoryType>git</RepositoryType>
<PackageTags>irc</PackageTags> <PackageTags>irc</PackageTags>
<PackageVersion>1.1.0</PackageVersion> <PackageVersion>1.1.1</PackageVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>