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