Skip to content

Instantly share code, notes, and snippets.

@svick
Created April 13, 2016 15:25
Show Gist options
  • Select an option

  • Save svick/25b729c8dc142871f6b149621a0beebe to your computer and use it in GitHub Desktop.

Select an option

Save svick/25b729c8dc142871f6b149621a0beebe to your computer and use it in GitHub Desktop.
{
"version": "4.0.0-*",
"commands": {
"Tryouts": "Tryouts"
},
"compilationOptions": {
"allowUnsafe": true,
"warningsAsErrors": false,
"emitEntryPoint": true
},
"resource": [
],
"frameworks": {
"dnxcore50": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-23931"
},
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160410-01",
"Microsoft.CSharp": "4.0.1-rc2-23931",
"System.Console": "4.0.0-rc2-24008",
"System.Linq": "4.1.0-rc2-24008",
"System.Runtime": "4.1.0-rc2-24008",
"System.Runtime.Loader": "4.0.0-rc2-23931",
"System.Reflection": "4.1.0-rc2-24008",
"System.Reflection.TypeExtensions": "4.1.0-rc2-24008",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-23931"
}
}
},
"dependencies": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment