Skip to content

Commit 0ff419b

Browse files
authoredDec 5, 2017
Merge pull request #199 from json-api-dotnet/feat/#161-aspnetcore2.0
Feat/#161 aspnetcore2.0
2 parents 0664c3d + 947a079 commit 0ff419b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+374
-420
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
before_script:
77
- psql -c 'create database JsonApiDotNetCoreExample;' -U postgres
88
mono: none
9-
dotnet: 1.0.4 # https://www.microsoft.com/net/download/linux
9+
dotnet: 2.0.3 # https://www.microsoft.com/net/download/linux
1010
branches:
1111
only:
1212
- master

‎.vscode/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"isShellCommand": true,
77
"args": [],
88
"options": {
9-
"cwd": "${workspaceRoot}/src/Examples/JsonApiDotNetCoreExample"
9+
"cwd": "${workspaceRoot}/src/JsonApiDotNetCore"
1010
},
1111
"tasks": [
1212
{

0 commit comments

Comments
 (0)
Please sign in to comment.