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 03d82d0 commit 8df5eaaCopy full SHA for 8df5eaa
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-rc1"
+ "React.AspNet": "3.0.0"
20
},
21
22
"tools": {
@@ -25,7 +25,15 @@
25
26
27
"frameworks": {
28
- "net46": { }
+ "netcoreapp1.0": {
29
+ "dependencies": {
30
+ "Microsoft.NETCore.App": {
31
+ "type": "platform",
32
+ "version": "1.0.0"
33
+ }
34
35
+ },
36
+ "net46": {}
37
38
39
"buildOptions": {
0 commit comments