Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
SDK version 402 (#434)
Browse files Browse the repository at this point in the history
* SDK version 402

* travis
  • Loading branch information
AnthonySteele authored Sep 15, 2018
1 parent 6792690 commit b022fb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
language: csharp
mono: none
dist: trusty
dotnet: 2.1.400
dotnet: 2.1.402
script:
- dotnet build -c Release -f netcoreapp2.1 NuKeeper.sln /m:1
- dotnet test -c Release -f netcoreapp2.1 NuKeeper.Tests/NuKeeper.Tests.csproj --filter "TestCategory!=WindowsOnly"
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"sdk": {
"version": "2.1.400"
"version": "2.1.402"
},
"projects": []
}

0 comments on commit b022fb1

Please sign in to comment.