Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
Updating to netcoreapp1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Oct 13, 2016
1 parent 772236e commit b326851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makefile.shade
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ k-standard-goals
#win10-test target='test' if='!IsLinux && File.Exists(@"C:\Windows\System32\winsqlite3.dll")'
@{
E("TEST_WINSQLITE3", "true");
Dotnet("test -f netcoreapp1.0 --configuration " + E("Configuration") + " -diagnostics", "test/Microsoft.Data.Sqlite.Tests");
Dotnet("test -f netcoreapp1.1 --configuration " + E("Configuration") + " -diagnostics", "test/Microsoft.Data.Sqlite.Tests");
E("TEST_WINSQLITE3", null);
}
2 changes: 1 addition & 1 deletion test/Microsoft.Data.Sqlite.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"testRunner": "xunit",
"frameworks": {
"netcoreapp1.0": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
Expand Down

0 comments on commit b326851

Please sign in to comment.