about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-11-09 20:40:45 -0500
committerBen Harris <ben@tilde.team>2021-11-09 20:40:45 -0500
commit34991fa2699aff89e463c90801eb474d6389386d (patch)
tree4152dd3b7c57d5e94b07f8b6642dc6b5366dfa1f
parenteb20cc3df06b5c5326ce5cf728e471b974951d1c (diff)
drop .net 5 who needs it
-rw-r--r--Examples/States/States.csproj2
-rw-r--r--Examples/Tokens/Tokens.csproj2
-rw-r--r--IRCSharp.Tests/IRCSharp.Tests.csproj2
-rw-r--r--IRCStates/IRCStates.csproj2
-rw-r--r--IRCTokens/IRCTokens.csproj2
5 files changed, 5 insertions, 5 deletions
diff --git a/Examples/States/States.csproj b/Examples/States/States.csproj
index 187b5bd..8c69197 100644
--- a/Examples/States/States.csproj
+++ b/Examples/States/States.csproj
@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <TargetFrameworks>net5.0;net6.0</TargetFrameworks>
+    <TargetFramework>net6.0</TargetFramework>
   </PropertyGroup>
 
   <ItemGroup>
diff --git a/Examples/Tokens/Tokens.csproj b/Examples/Tokens/Tokens.csproj
index 284029c..f852d06 100644
--- a/Examples/Tokens/Tokens.csproj
+++ b/Examples/Tokens/Tokens.csproj
@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <TargetFrameworks>net5.0;net6.0</TargetFrameworks>
+    <TargetFramework>net6.0</TargetFramework>
   </PropertyGroup>
 
   <ItemGroup>
diff --git a/IRCSharp.Tests/IRCSharp.Tests.csproj b/IRCSharp.Tests/IRCSharp.Tests.csproj
index 5449218..f76dc70 100644
--- a/IRCSharp.Tests/IRCSharp.Tests.csproj
+++ b/IRCSharp.Tests/IRCSharp.Tests.csproj
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
-    <TargetFrameworks>net5.0;net6.0</TargetFrameworks>
+    <TargetFramework>net6.0</TargetFramework>
     <IsPackable>false</IsPackable>
   </PropertyGroup>
 
diff --git a/IRCStates/IRCStates.csproj b/IRCStates/IRCStates.csproj
index 75fc4b8..45bc22f 100644
--- a/IRCStates/IRCStates.csproj
+++ b/IRCStates/IRCStates.csproj
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
-    <TargetFrameworks>net5.0;net6.0</TargetFrameworks>
+    <TargetFramework>net6.0</TargetFramework>
     <PackageId>IRCStates</PackageId>
     <Version>1.2.0</Version>
     <Authors>Ben Harris</Authors>
diff --git a/IRCTokens/IRCTokens.csproj b/IRCTokens/IRCTokens.csproj
index 3088fbe..740b44d 100644
--- a/IRCTokens/IRCTokens.csproj
+++ b/IRCTokens/IRCTokens.csproj
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
-    <TargetFrameworks>net5.0;net6.0</TargetFrameworks>
+    <TargetFramework>net6.0</TargetFramework>
     <PackageId>IRCTokens</PackageId>
     <Version>1.2.0</Version>
     <Authors>Ben Harris</Authors>