Skip to content

Instantly share code, notes, and snippets.

@ejsmith
Created June 1, 2014 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ejsmith/f8ff96a10675845d4293 to your computer and use it in GitHub Desktop.
Save ejsmith/f8ff96a10675845d4293 to your computer and use it in GitHub Desktop.
{
"version": "0.1-alpha-*",
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Http": "0.1-alpha-*",
"Microsoft.AspNet.Mvc.Common": "",
"Microsoft.AspNet.Mvc.ModelBinding": "",
"Microsoft.AspNet.Routing": "0.1-alpha-*",
"Microsoft.AspNet.Security": "0.1-alpha-*",
"Microsoft.AspNet.Security.DataProtection" : "0.1-alpha-*",
"Microsoft.Framework.DependencyInjection": "0.1-alpha-*",
"Microsoft.Framework.Runtime.Interfaces": "0.1-alpha-*",
"Newtonsoft.Json": "5.0.8"
},
"configurations": {
"net45": {},
"k10": {
"dependencies": {
"Microsoft.CSharp": "4.0.0.0",
"System.Collections": "4.0.0.0",
"System.Collections.Concurrent": "4.0.0.0",
"System.ComponentModel": "4.0.0.0",
"System.Diagnostics.Contracts": "4.0.0.0",
"System.Diagnostics.Debug": "4.0.10.0",
"System.Diagnostics.Tools": "4.0.0.0",
"System.Dynamic.Runtime": "4.0.0.0",
"System.Globalization": "4.0.10.0",
"System.IO": "4.0.0.0",
"System.Linq": "4.0.0.0",
"System.Linq.Expressions": "4.0.0.0",
"System.Reflection": "4.0.10.0",
"System.Reflection.Emit.ILGeneration": "4.0.0.0",
"System.Reflection.Emit.Lightweight": "4.0.0.0",
"System.Reflection.Extensions": "4.0.0.0",
"System.Resources.ResourceManager": "4.0.0.0",
"System.Runtime": "4.0.20.0",
"System.Runtime.Extensions": "4.0.10.0",
"System.Runtime.InteropServices": "4.0.20.0",
"System.Security.Claims": "0.1-alpha-*",
"System.Security.Cryptography": "4.0.0.0",
"System.Security.Cryptography.HashAlgorithms.SHA2": "4.0.0.0",
"System.Security.Principal": "4.0.0.0",
"System.Text.Encoding": "4.0.20.0",
"System.Threading": "4.0.0.0",
"System.Threading.Tasks": "4.0.10.0"
}
}
}
}
version: "0.1-alpha-*"
compilationOptions:
warningsAsErrors: true
dependencies:
Microsoft.AspNet.Http: "0.1-alpha-*"
Microsoft.AspNet.Mvc.Common: ""
Microsoft.AspNet.Mvc.ModelBinding: ""
Microsoft.AspNet.Routing: "0.1-alpha-*"
Microsoft.AspNet.Security: "0.1-alpha-*"
Microsoft.AspNet.Security.DataProtection: "0.1-alpha-*"
Microsoft.Framework.DependencyInjection: "0.1-alpha-*"
Microsoft.Framework.Runtime.Interfaces: "0.1-alpha-*"
Newtonsoft.Json: "5.0.8"
configurations:
net45: {}
k10:
dependencies:
Microsoft.CSharp: "4.0.0.0"
System.Collections: "4.0.0.0"
System.Collections.Concurrent: "4.0.0.0"
System.ComponentModel: "4.0.0.0"
System.Diagnostics.Contracts: "4.0.0.0"
System.Diagnostics.Debug: "4.0.10.0"
System.Diagnostics.Tools: "4.0.0.0"
System.Dynamic.Runtime: "4.0.0.0"
System.Globalization: "4.0.10.0"
System.IO: "4.0.0.0"
System.Linq: "4.0.0.0"
System.Linq.Expressions: "4.0.0.0"
System.Reflection: "4.0.10.0"
System.Reflection.Emit.ILGeneration: "4.0.0.0"
System.Reflection.Emit.Lightweight: "4.0.0.0"
System.Reflection.Extensions: "4.0.0.0"
System.Resources.ResourceManager: "4.0.0.0"
System.Runtime: "4.0.20.0"
System.Runtime.Extensions: "4.0.10.0"
System.Runtime.InteropServices: "4.0.20.0"
System.Security.Claims: "0.1-alpha-*"
System.Security.Cryptography: "4.0.0.0"
System.Security.Cryptography.HashAlgorithms.SHA2: "4.0.0.0"
System.Security.Principal: "4.0.0.0"
System.Text.Encoding: "4.0.20.0"
System.Threading: "4.0.0.0"
System.Threading.Tasks: "4.0.10.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment