From f4a76e426f81f671aea262b8fdd3e330e6afbb17 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 9 Nov 2021 17:17:26 -0500 Subject: [PATCH] add .net 6 support --- Examples/Robots/Robots.csproj | 2 +- IRCRobots/IRCRobots.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/Robots/Robots.csproj b/Examples/Robots/Robots.csproj index cbfa581..3bd1eb7 100644 --- a/Examples/Robots/Robots.csproj +++ b/Examples/Robots/Robots.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 diff --git a/IRCRobots/IRCRobots.csproj b/IRCRobots/IRCRobots.csproj index 817ae70..135aedb 100644 --- a/IRCRobots/IRCRobots.csproj +++ b/IRCRobots/IRCRobots.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0