forked from CrustyJew/RedditSharp-DEPRECATED-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
35 lines (33 loc) · 900 Bytes
/
project.json
File metadata and controls
35 lines (33 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"testRunner": "xunit",
"dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.0.0",
"Microsoft.Extensions.Logging.Console": "1.0.0",
"Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Microsoft.CodeCoverage": "1.0.2",
"dotnet-test-xunit": "1.0.0-rc2-build10025",
"xunit": "2.1.0",
"xunit.runner.visualstudio": "2.1.0",
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0",
"Moq": "4.6.38-alpha",
"RedditSharp": "2.0.0"
},
"tools": {
"Microsoft.Extensions.SecretManager.Tools": "1.0.0-msbuild1-final"
},
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.1.0"
}
},
"imports": [
"dotnet5.6",
"portable-net45+win8"
]
}
},
"userSecretsId": "aspnet-RedditSharpTests-20170213104014"
}