Skip to content

Commit

Permalink
cleanup version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostousov committed Apr 10, 2020
1 parent af7d3cd commit 6ee39f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dist: xenial
sudo: false
language: csharp
dotnet: 3.1.100
dotnet: 3.1.200
mono: none
before_install:
- sudo apt-get install dotnet-sdk-2.1
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "3.1.100"
"version": "3.1.200"
}
}
1 change: 0 additions & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.5",
"assemblyVersion": {
"precision": "build"
Expand Down

0 comments on commit 6ee39f1

Please sign in to comment.