We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df5eaa commit ddd966aCopy full SHA for ddd966a
tutorial-code/project.json
@@ -16,7 +16,7 @@
16
"Microsoft.Extensions.Logging.Debug": "1.0.0",
17
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
18
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0",
19
- "React.AspNet": "3.0.0"
+ "React.AspNet": "3.0.0-rc1"
20
},
21
22
"tools": {
@@ -25,15 +25,7 @@
25
26
27
"frameworks": {
28
- "netcoreapp1.0": {
29
- "dependencies": {
30
- "Microsoft.NETCore.App": {
31
- "type": "platform",
32
- "version": "1.0.0"
33
- }
34
35
- },
36
- "net46": {}
+ "net46": { }
37
38
39
"buildOptions": {
0 commit comments