forked from aspnet/Logging
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
26 lines (26 loc) · 715 Bytes
/
project.json
File metadata and controls
26 lines (26 loc) · 715 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
{
"commands": {
"SampleApp": "SampleApp"
},
"dependencies": {
"Microsoft.Extensions.FileProviders.Physical": "1.0.0-*",
"Microsoft.Extensions.Configuration.FileProviderExtensions": "1.0.0-*",
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
"Microsoft.Extensions.Logging": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*"
},
"frameworks": {
"dnx451": {
"dependencies": {
"Microsoft.Extensions.Logging.EventLog": "1.0.0-*"
}
},
"dnxcore50": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*",
"System.Console": "4.0.0-*"
}
}
}
}