Skip to content

Commit 51cb42f

Browse files
committed
Upgrade NuGet.exe to fix build issues. Closes #265
1 parent 9878f5a commit 51cb42f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/React.AspNet/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Microsoft.AspNet.StaticFiles": "1.0.0-rc1-final",
2121
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-rc1-final",
2222
"Microsoft.AspNet.Mvc.ViewFeatures": "6.0.0-rc1-final",
23-
"React.Core": "",
23+
"React.Core": "2.3.0-*",
2424
"Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final",
2525
"JavaScriptEngineSwitcher.Core": "1.5.0",
2626
"JavaScriptEngineSwitcher.Msie": "1.5.0",

src/React.Sample.Mvc6/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc1-final",
1212
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
1313
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
14-
"React.AspNet": "",
15-
"React.Core": "",
14+
"React.AspNet": "2.3.0-*",
15+
"React.Core": "2.3.0-*",
1616
"JavaScriptEngineSwitcher.Msie": "1.5.0",
1717
"JavaScriptEngineSwitcher.V8": "1.5.2"
1818
},

tools/NuGet/nuget.exe

2.19 MB
Binary file not shown.

0 commit comments

Comments
 (0)