Skip to content

Commit

Permalink
Upgrade to .NET Core 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dodyg committed Nov 20, 2016
1 parent 1cefa32 commit 0cb323c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions configuration-xml-options/project.json
Expand Up @@ -5,21 +5,21 @@
},

"dependencies": {
"Microsoft.AspNetCore.Hosting" : "1.0.0-*"
"Microsoft.AspNetCore.Hosting" : "1.1.0-*"
},

"frameworks": {
"net451": {
"net461": {
"dependencies": {
"Microsoft.Extensions.Configuration.Xml" : "1.0.0",
"Microsoft.Extensions.Options.ConfigurationExtensions" : "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0"
"Microsoft.Extensions.Configuration.Xml" : "1.1.0",
"Microsoft.Extensions.Options.ConfigurationExtensions" : "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0"
}
}
},
"tools": {
"Microsoft.Dotnet.Watcher.Tools": {
"version": "1.0.0-preview2-final",
"version": "1.1.0-*",
"imports": "portable-net451+win8"
}
}
Expand Down

0 comments on commit 0cb323c

Please sign in to comment.