diff --git a/BuildScripts/NuGetPublish.bat b/BuildScripts/NuGetPublish.bat index 7e3586d6..059dc249 100644 --- a/BuildScripts/NuGetPublish.bat +++ b/BuildScripts/NuGetPublish.bat @@ -4,7 +4,7 @@ set PACKAGES=..\.dist set SOURCE=https://api.nuget.org/v3/index.json set /p APIKEY=<"..\..\ApiKey.txt" -set PKGVER=4.0.0 +set PKGVER=4.0.1 dotnet nuget push "%PACKAGES%\FastExpressionCompiler.%PKGVER%.nupkg" -k %APIKEY% -s %SOURCE% --skip-duplicate dotnet nuget push "%PACKAGES%\FastExpressionCompiler.src.%PKGVER%.nupkg" -k %APIKEY% -s %SOURCE% --skip-duplicate diff --git a/appveyor.yml b/appveyor.yml index 11dbeaee..f3005291 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,7 @@ skip_commits: message: /noci .*/ build_script: - - dotnet run -f net7.0 -c Release -p:DevMode=false --project test/FastExpressionCompiler.TestsRunner/FastExpressionCompiler.TestsRunner.csproj + - dotnet run -f net7.0 -c Release -p:DevMode=false --project test/FastExpressionCompiler.TestsRunner for: - matrix: diff --git a/test/FastExpressionCompiler.ILDecoder/FastExpressionCompiler.ILDecoder.csproj b/test/FastExpressionCompiler.ILDecoder/FastExpressionCompiler.ILDecoder.csproj index b2c7673d..dbabf138 100644 --- a/test/FastExpressionCompiler.ILDecoder/FastExpressionCompiler.ILDecoder.csproj +++ b/test/FastExpressionCompiler.ILDecoder/FastExpressionCompiler.ILDecoder.csproj @@ -1,11 +1,12 @@  - net8.0;net6.0;net472 + net8.0;net6.0;net472 + net6.0;net472 - - - + + +