Skip to content

Commit

Permalink
Update to ASP.NET 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acastaner committed Nov 24, 2016
1 parent 89ab803 commit 1c619ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"projects": [ "src", "test", "../Folke.CsTsService/src" ],
"sdk": {
"version": "1.0.0-preview2-003121"
}
"projects": [ "src", "test",
"../Folke.CsTsService/src",
"../Folke.Identity.Server/src",
"../Folke.Identity.Elm/src"
]
}
10 changes: 5 additions & 5 deletions src/Folke.Core/project.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "1.3.0-*",
"version": "1.4.0-*",

"dependencies": {
"Folke.Identity.Server": "1.3.*",
"Folke.Identity.Elm": "1.3.*",
"Folke.CsTsService": "1.3.1.*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0"
"Folke.Identity.Server": "1.4.*",
"Folke.Identity.Elm": "1.4.*",
"Folke.CsTsService": "1.4.*",
"Microsoft.AspNetCore.StaticFiles": "1.1.0"
},

"frameworks": {
Expand Down

0 comments on commit 1c619ab

Please sign in to comment.