about summary refs log tree commit diff
path: root/IRCStates/IRCStates.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'IRCStates/IRCStates.csproj')
-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>