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 03f5b2b commit b403f9cCopy full SHA for b403f9c
.travis.yml
@@ -6,6 +6,6 @@ install:
6
- dotnet clean
7
- dotnet restore
8
script:
9
- - dotnet build -f netstandard1.0 QueryBuilder/QueryBuilder.csproj
+ - dotnet build -f netstandard1.1 QueryBuilder/QueryBuilder.csproj
10
- dotnet build -f netstandard1.3 SqlKata.Execution/SqlKata.Execution.csproj
11
- dotnet build -f netcoreapp2.0 QueryBuilder.Tests/QueryBuilder.Tests.csproj
0 commit comments