Skip to content

Commit

Permalink
Back to last Beta 2 build - KRE 10791
Browse files Browse the repository at this point in the history
  • Loading branch information
RickStrahl committed Dec 29, 2014
1 parent 977767e commit 5d7d35c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions src/AlbumViewerBusiness/project.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version": "0.1.0-*",
"dependencies": {
"EntityFramework": "7.0.0-rc1-*",
"EntityFramework.SqlServer": "7.0.0-rc1-*",
"Microsoft.Framework.ConfigurationModel.Json": "1.0.0-rc1-*",
"EntityFramework": "7.0.0-beta2-*",
"EntityFramework.SqlServer": "7.0.0-beta2-*",
"Microsoft.Framework.ConfigurationModel.Json": "1.0.0-beta2-*",
"Westwind.Utilities": ""
},
"frameworks": {
Expand Down
24 changes: 12 additions & 12 deletions src/AlbumViewerVNext/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"node_modules/**/*.*"
],
"dependencies": {
"Microsoft.AspNet.Hosting": "1.0.0-rc1-*",
"Microsoft.AspNet.Server.WebListener": "1.0.0-rc1-*",
"Microsoft.AspNet.Server.IIS": "1.0.0-rc1-*",
"EntityFramework": "7.0.0-rc1-*",
"EntityFramework.SqlServer": "7.0.0-rc1-*",
"Microsoft.Framework.ConfigurationModel.Json": "1.0.0-rc1-*",
"Microsoft.AspNet.Mvc": "6.0.0-rc1-*",
"Microsoft.AspNet.Hosting": "1.0.0-beta2-*",
"Microsoft.AspNet.Server.WebListener": "1.0.0-beta2-*",
"Microsoft.AspNet.Server.IIS": "1.0.0-beta2-*",
"EntityFramework": "7.0.0-beta2-*",
"EntityFramework.SqlServer": "7.0.0-beta2-*",
"Microsoft.Framework.ConfigurationModel.Json": "1.0.0-beta2-*",
"Microsoft.AspNet.Mvc": "6.0.0-beta2-*",

"Microsoft.AspNet.StaticFiles": "1.0.0-rc1-*",
"Microsoft.AspNet.Diagnostics": "1.0.0-rc1-*",
"Microsoft.Framework.Logging": "1.0.0-rc1-*",
"Microsoft.Framework.Logging.Console": "1.0.0-rc1-*",
"Microsoft.AspNet.StaticFiles": "1.0.0-beta2-*",
"Microsoft.AspNet.Diagnostics": "1.0.0-beta2-*",
"Microsoft.Framework.Logging": "1.0.0-beta2-*",
"Microsoft.Framework.Logging.Console": "1.0.0-beta2-*",

//"AutoMapper": "3.2.1",
"Kestrel": "1.0.0-rc1-*",
"Kestrel": "1.0.0-beta2-*",

"Westwind.Utilities": "",
"AlbumViewerBusiness": ""
Expand Down
2 changes: 1 addition & 1 deletion src/Westwind.Utilities/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"aspnetcore50": {
"dependencies": {
"System.Runtime": "4.0.20-beta-*",
"System.IO": "4.0.10-beta-*",
"System.IO": "4.0.10-beta-*",
"System.IO.FileSystem": "",
"System.Runtime.Extensions": "4.0.10-beta-*",
"System.Text.Encoding": "4.0.0-beta-*",
Expand Down

0 comments on commit 5d7d35c

Please sign in to comment.