Skip to content

Commit

Permalink
migrate to VS2017
Browse files Browse the repository at this point in the history
migrate to VS2017 and merge projects for all target frameworks into one
solution
  • Loading branch information
schulz3000 committed Jul 21, 2017
1 parent 75d42bf commit 7ed65b8
Show file tree
Hide file tree
Showing 13 changed files with 73 additions and 1,053 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ before_install:
- ./.travis/before-install-$TRAVIS_OS_NAME.sh

script:
- dotnet restore ./LiteDB/LiteDB.dotnet.csproj
- dotnet build ./LiteDB/LiteDB.dotnet.csproj
- dotnet restore ./LiteDB.Tests/LiteDB.Tests.dotnet.csproj
- dotnet build ./LiteDB.Tests/LiteDB.Tests.dotnet.csproj
- dotnet test ./LiteDB.Tests/LiteDB.Tests.dotnet.csproj --logger:console;verbosity=normal
- dotnet restore ./LiteDB/LiteDB.csproj
- dotnet build ./LiteDB/LiteDB.csproj
- dotnet restore ./LiteDB.Tests/LiteDB.Tests.csproj
- dotnet build ./LiteDB.Tests/LiteDB.Tests.csproj
- dotnet test ./LiteDB.Tests/LiteDB.Tests.csproj --logger:console;verbosity=normal

113 changes: 0 additions & 113 deletions LiteDB.NetStandard.sln

This file was deleted.

157 changes: 0 additions & 157 deletions LiteDB.Tests/LiteDB.Tests.NetStandard.csproj

This file was deleted.

Loading

0 comments on commit 7ed65b8

Please sign in to comment.