Move the CLI corefx dependencies from RC2 to RC3 - rc3-24113-00.
- Disable crossgen for windows.Tracked by - https://github.com/dotnet/cli/issues/3059 - And also fix #2974
This commit is contained in:
parent
40a2b495ba
commit
d2188cd95a
86 changed files with 221 additions and 204 deletions
|
@ -2,7 +2,7 @@
|
|||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"PackageWithFakeNativeDep": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.0-rc2-24027"
|
||||
"Microsoft.NETCore.Platforms": "1.0.0-rc3-24113-00"
|
||||
},
|
||||
"buildOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Windows.ApiSets": "1.0.1-rc2-*"
|
||||
"Microsoft.NETCore.Windows.ApiSets": "1.0.1-rc3-24113-00"
|
||||
},
|
||||
"buildOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-20113",
|
||||
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-20113",
|
||||
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20254",
|
||||
"Microsoft.NETCore.Platforms": "1.0.0-rc2-24027"
|
||||
"Microsoft.NETCore.Platforms": "1.0.0-rc3-24113-00"
|
||||
},
|
||||
"buildOptions": {
|
||||
"emitEntryPoint": true,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-20113",
|
||||
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-20113",
|
||||
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20254",
|
||||
"Microsoft.NETCore.Platforms": "1.0.0-rc2-24027"
|
||||
"Microsoft.NETCore.Platforms": "1.0.0-rc3-24113-00"
|
||||
},
|
||||
"buildOptions": {
|
||||
"platform": "anycpu32bitpreferred",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-20113",
|
||||
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-20113",
|
||||
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20254",
|
||||
"Microsoft.NETCore.Platforms": "1.0.0-rc2-24027"
|
||||
"Microsoft.NETCore.Platforms": "1.0.0-rc3-24113-00"
|
||||
},
|
||||
"buildOptions": {
|
||||
"emitEntryPoint": true,
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"frameworks": {
|
||||
"netstandard1.5": {
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.5.0-rc2-24027"
|
||||
"NETStandard.Library": "1.5.0-rc3-24113-00"
|
||||
},
|
||||
"imports": [
|
||||
"portable-net45+win8",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue