about summary refs log tree commit diff
path: root/IRCStates
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-07-09 14:33:58 +0000
committerBen Harris <ben@tilde.team>2020-11-10 15:34:19 -0500
commit0d4e5818fc031e81eacfca19928cad7fa95b5290 (patch)
tree64d5341ebc2243c3215f79de5d3d7cac63e1492a /IRCStates
parent53d253257754b204828b68a1c7e35e2f213a82e1 (diff)
update to .net 5
Diffstat (limited to 'IRCStates')
-rw-r--r--IRCStates/IRCStates.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/IRCStates/IRCStates.csproj b/IRCStates/IRCStates.csproj
index ed75e0c..dee711e 100644
--- a/IRCStates/IRCStates.csproj
+++ b/IRCStates/IRCStates.csproj
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
-    <TargetFramework>netcoreapp3.1</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
     <PackageId>IRCStates</PackageId>
     <Version>1.0.2</Version>
     <Authors>Ben Harris</Authors>