diff --git a/.woodpecker/main.yml b/.woodpecker/main.yml index 379991a..481382a 100644 --- a/.woodpecker/main.yml +++ b/.woodpecker/main.yml @@ -14,4 +14,4 @@ steps: branch: main image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - - dotnet nuget push -s https://nuget.ellpeck.de/v3/index.json **/*.nupkg -k $BAGET_KEY -n true + - dotnet nuget push -s https://nuget.ellpeck.de/v3/index.json **/*.nupkg -k "$BAGET_KEY" -n true diff --git a/ExtremelySimpleLogger/ExtremelySimpleLogger.csproj b/ExtremelySimpleLogger/ExtremelySimpleLogger.csproj index 59fe6af..e0ba399 100644 --- a/ExtremelySimpleLogger/ExtremelySimpleLogger.csproj +++ b/ExtremelySimpleLogger/ExtremelySimpleLogger.csproj @@ -1,7 +1,7 @@ - net45;netstandard2.0;net6.0 + net45;netstandard2.0;net8.0 true diff --git a/Sample/Sample.csproj b/Sample/Sample.csproj index 3ad421d..6916ac2 100644 --- a/Sample/Sample.csproj +++ b/Sample/Sample.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0