Enable Roslyn crossgen on osx/linux
Also updates the runtime to 23502, which contains the crossgen utility in the xplat runtime packages.
This commit is contained in:
parent
ee84f498fa
commit
7dd429f047
10 changed files with 154 additions and 107 deletions
|
@ -5,7 +5,7 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23428",
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23502",
|
||||
|
||||
"System.Console": "4.0.0-beta-23428",
|
||||
"System.Collections": "4.0.11-beta-23428",
|
||||
|
|
Reference in a new issue