We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bb866 commit 30832e2Copy full SHA for 30832e2
appveyor.yml
@@ -20,6 +20,7 @@ for:
20
build_script:
21
- echo build
22
- dotnet build -f net8.0 -c Debug test/Renci.SshNet.Tests/Renci.SshNet.Tests.csproj
23
+ - dotnet build -f net48 -c Debug test/Renci.SshNet.Tests/Renci.SshNet.Tests.csproj
24
- dotnet build -f net8.0 -c Debug test/Renci.SshNet.IntegrationTests/Renci.SshNet.IntegrationTests.csproj
25
- dotnet build -f net48 -c Debug test/Renci.SshNet.IntegrationTests/Renci.SshNet.IntegrationTests.csproj
26
0 commit comments