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
|
@ -7,18 +7,19 @@
|
|||
"NuGet.RuntimeModel": "3.5.0-rc-1285",
|
||||
"NuGet.Versioning": "3.5.0-rc-1285",
|
||||
"System.CommandLine": "0.1.0-e160119-1",
|
||||
"System.Runtime.Serialization.Json": "4.0.2-rc2-24027",
|
||||
"System.Runtime.Serialization.Json": "4.0.2-rc3-24113-00",
|
||||
"Microsoft.DotNet.ProjectModel": {
|
||||
"target": "project"
|
||||
},
|
||||
"Microsoft.DotNet.Cli.Utils": {
|
||||
"target": "project"
|
||||
},
|
||||
"Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-24027",
|
||||
"NETStandard.Library": "1.5.0-rc2-24027"
|
||||
"Microsoft.NETCore.ConsoleHost": "1.0.0-rc3-24113-00",
|
||||
"Microsoft.NETCore.Runtime": "1.0.2-rc3-24113-00",
|
||||
"NETStandard.Library": "1.5.0-rc3-24113-00"
|
||||
},
|
||||
"frameworks": {
|
||||
"netstandardapp1.5": {
|
||||
"netcoreapp1.0": {
|
||||
"imports": [
|
||||
"dnxcore50",
|
||||
"portable-net45+wp80+win8+wpa81+dnxcore50"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue