From 0d4e5818fc031e81eacfca19928cad7fa95b5290 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 9 Jul 2020 14:33:58 +0000 Subject: [PATCH] update to .net 5 --- .drone.yml | 2 +- Examples/States/StatesSample.csproj | 2 +- Examples/Tokens/TokensSample.csproj | 2 +- IRCStates/IRCStates.csproj | 2 +- IRCTokens/IRCTokens.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 22f3b42..484e4b6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: run steps: - name: run - image: mcr.microsoft.com/dotnet/core/sdk:latest + image: mcr.microsoft.com/dotnet/sdk:latest commands: - dotnet test diff --git a/Examples/States/StatesSample.csproj b/Examples/States/StatesSample.csproj index 75b83cc..cafac01 100644 --- a/Examples/States/StatesSample.csproj +++ b/Examples/States/StatesSample.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net5.0 diff --git a/Examples/Tokens/TokensSample.csproj b/Examples/Tokens/TokensSample.csproj index 6dbcdcf..0555b32 100644 --- a/Examples/Tokens/TokensSample.csproj +++ b/Examples/Tokens/TokensSample.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net5.0 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 @@ - netcoreapp3.1 + net5.0 IRCStates 1.0.2 Ben Harris diff --git a/IRCTokens/IRCTokens.csproj b/IRCTokens/IRCTokens.csproj index 04261c0..7c927f2 100644 --- a/IRCTokens/IRCTokens.csproj +++ b/IRCTokens/IRCTokens.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net5.0 IRCTokens 1.0.2 Ben Harris