File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ jobs:
6262 - name : Test on .NET Core 3.1
6363 run : dotnet test -c Release -f netcoreapp3.1 --no-build --no-restore -l "console;verbosity=detailed"
6464
65- - name : Test on .NET Framework 4.6.1 (Windows only)
65+ - name : Test on .NET Framework 4.6.2 (Windows only)
6666 if : matrix.os == 'windows-latest'
67- run : dotnet test -c Release -f net461 --no-build --no-restore -l "console;verbosity=detailed"
67+ run : dotnet test -c Release -f net462 --no-build --no-restore -l "console;verbosity=detailed"
6868
69- - name : Test on .NET Framework 4.6.1 using Mono (Linux only)
69+ - name : Test on .NET Framework 4.6.2 using Mono (Linux only)
7070 if : matrix.os == 'ubuntu-latest'
7171 run : |
72- docker run --rm -v "$PWD":'/project' -w='/project' mono:$MONO_TAG bash -c 'mono ./src/Castle.Core.Tests/bin/Release/net461 /Castle.Core.Tests.exe && mono ./src/Castle.Core.Tests.WeakNamed/bin/Release/net461 /Castle.Core.Tests.WeakNamed.exe'
72+ docker run --rm -v "$PWD":'/project' -w='/project' mono:$MONO_TAG bash -c 'mono ./src/Castle.Core.Tests/bin/Release/net462 /Castle.Core.Tests.exe && mono ./src/Castle.Core.Tests.WeakNamed/bin/Release/net462 /Castle.Core.Tests.WeakNamed.exe'
You can’t perform that action at this time.
0 commit comments