|
@@ -3,15 +3,19 @@
|
|
|
"Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-*",
|
|
|
"Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0-*",
|
|
"Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0-*",
|
|
|
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
|
|
- "Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
|
|
|
"xunit": "2.1.0"
|
|
"xunit": "2.1.0"
|
|
|
},
|
|
},
|
|
|
"frameworks": {
|
|
"frameworks": {
|
|
|
- "netstandardapp1.5": {
|
|
|
|
|
|
|
+ "netcoreapp1.0": {
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
|
+ "Microsoft.NETCore.App": {
|
|
|
|
|
+ "version": "1.0.0-*",
|
|
|
|
|
+ "type": "platform"
|
|
|
|
|
+ },
|
|
|
"moq.netcore": "4.4.0-beta8",
|
|
"moq.netcore": "4.4.0-beta8",
|
|
|
"dotnet-test-xunit": "1.0.0-dev-*",
|
|
"dotnet-test-xunit": "1.0.0-dev-*",
|
|
|
- "System.Diagnostics.Process": "4.1.0-*"
|
|
|
|
|
|
|
+ "System.Diagnostics.Process": "4.1.0-*",
|
|
|
|
|
+ "System.Diagnostics.TraceSource": "4.0.0-*"
|
|
|
},
|
|
},
|
|
|
"imports": [
|
|
"imports": [
|
|
|
"dnxcore50",
|
|
"dnxcore50",
|