about summary refs log tree commit diff
path: root/IRCStates
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-11-09 17:17:36 -0500
committerBen Harris <ben@tilde.team>2021-11-09 17:17:36 -0500
commitb3d4e9d3b8ecd0c773f0e622968452775ce9506c (patch)
treed7fa67e154bd3a25eaee259b668cc5873528a940 /IRCStates
parent8acaa752c3a03feecd4a9131d09ec4be7756289d (diff)
add .net 6 support
Diffstat (limited to 'IRCStates')
-rw-r--r--IRCStates/IRCStates.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/IRCStates/IRCStates.csproj b/IRCStates/IRCStates.csproj
index 891167c..7de655b 100644
--- a/IRCStates/IRCStates.csproj
+++ b/IRCStates/IRCStates.csproj
@@ -1,9 +1,9 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
-    <TargetFramework>net5.0</TargetFramework>
+    <TargetFrameworks>net5.0;net6.0</TargetFrameworks>
     <PackageId>IRCStates</PackageId>
-    <Version>1.1.0</Version>
+    <Version>1.1.1</Version>
     <Authors>Ben Harris</Authors>
     <Company>tildeverse.org</Company>
     <IsPackable>true</IsPackable>