Microsoft.NETCore.App no longer supports netstandard
Any project that references Microsoft.NETCore.App must target netcoreapp1.0. Moving app projects to netcoreapp1.0; moving library projects to reference NETStandard.Library.
This commit is contained in:
parent
a087de2f87
commit
fad7477ea5
18 changed files with 185 additions and 78 deletions
|
@ -3,7 +3,7 @@
|
|||
"dependencies": {
|
||||
"L12": "1.0.0-*",
|
||||
"L21": "1.0.0-*",
|
||||
"Microsoft.NETCore.App": "1.0.0-rc3-004336"
|
||||
"NETStandard.Library": "1.5.0-rc3-24127-01"
|
||||
},
|
||||
"frameworks": {
|
||||
"netstandard1.5": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"L22": "1.0.0-*",
|
||||
"Microsoft.NETCore.App": "1.0.0-rc3-004336"
|
||||
"NETStandard.Library": "1.5.0-rc3-24127-01"
|
||||
},
|
||||
"frameworks": {
|
||||
"netstandard1.5": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": "1.0.0-rc3-004336"
|
||||
"NETStandard.Library": "1.5.0-rc3-24127-01"
|
||||
},
|
||||
"frameworks": {
|
||||
"netstandard1.5": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": "1.0.0-rc3-004336"
|
||||
"NETStandard.Library": "1.5.0-rc3-24127-01"
|
||||
},
|
||||
"frameworks": {
|
||||
"netstandard1.5": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue