Browse Source

Remove explicit reference assemblies versions

pull/79/head
Kévin Chalet 10 years ago
parent
commit
631a4ffa62
  1. 4
      src/OpenIddict.Assets/project.json
  2. 4
      src/OpenIddict.Core/project.json
  3. 2
      src/OpenIddict.Mvc/project.json

4
src/OpenIddict.Assets/project.json

@ -43,8 +43,8 @@
"frameworks": { "frameworks": {
"net451": { "net451": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Reflection": { "type": "build", "version": "4.0.0.0" }, "System.Reflection": { "type": "build" },
"System.Runtime": { "type": "build", "version": "4.0.10.0" } "System.Runtime": { "type": "build" }
} }
}, },

4
src/OpenIddict.Core/project.json

@ -40,8 +40,8 @@
"frameworks": { "frameworks": {
"net451": { "net451": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.ComponentModel": { "type": "build", "version": "4.0.0.0" }, "System.ComponentModel": { "type": "build" },
"System.Runtime": { "type": "build", "version": "4.0.10.0" } "System.Runtime": { "type": "build" }
} }
}, },

2
src/OpenIddict.Mvc/project.json

@ -41,7 +41,7 @@
"frameworks": { "frameworks": {
"net451": { "net451": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Reflection": { "type": "build", "version": "4.0.0.0" } "System.Reflection": { "type": "build" }
} }
}, },

Loading…
Cancel
Save