Skip to content

Commit ddd966a

Browse files
Revert "Target .NET Core App and fix React.Core reference"
This reverts commit 8df5eaa.
1 parent 8df5eaa commit ddd966a

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

tutorial-code/project.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"Microsoft.Extensions.Logging.Debug": "1.0.0",
1717
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
1818
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0",
19-
"React.AspNet": "3.0.0"
19+
"React.AspNet": "3.0.0-rc1"
2020
},
2121

2222
"tools": {
@@ -25,15 +25,7 @@
2525
},
2626

2727
"frameworks": {
28-
"netcoreapp1.0": {
29-
"dependencies": {
30-
"Microsoft.NETCore.App": {
31-
"type": "platform",
32-
"version": "1.0.0"
33-
}
34-
}
35-
},
36-
"net46": {}
28+
"net46": { }
3729
},
3830

3931
"buildOptions": {

0 commit comments

Comments
 (0)