Browse Source

Reference the Microsoft.NETCore.Platforms package on .NET Desktop

pull/107/head
Kévin Chalet 10 years ago
parent
commit
b08a25cc58
  1. 4
      samples/Mvc.Client/project.json
  2. 4
      samples/Mvc.Server/project.json

4
samples/Mvc.Client/project.json

@ -23,6 +23,10 @@
"frameworks": { "frameworks": {
"net451": { "net451": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-rc2-*"
},
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Runtime": { "type": "build" } "System.Runtime": { "type": "build" }
} }

4
samples/Mvc.Server/project.json

@ -28,6 +28,10 @@
"frameworks": { "frameworks": {
"net451": { "net451": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-rc2-*"
},
"frameworkAssemblies": { "frameworkAssemblies": {
"System.ComponentModel": { "type": "build" } "System.ComponentModel": { "type": "build" }
} }

Loading…
Cancel
Save