We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae373cb commit bfe60e3Copy full SHA for bfe60e3
src/Samples/Exceptionless.SampleAspNetCore/project.json
@@ -19,16 +19,14 @@
19
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final",
20
"Microsoft.Extensions.Logging": "1.0.0-rc2-final",
21
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final",
22
- "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final"
+ "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final",
23
+ "Microsoft.NETCore.App": {
24
+ "type": "platform",
25
+ "version": "1.0.0-rc2-3002702"
26
+ }
27
},
28
"frameworks": {
29
"netcoreapp1.0": {
- "dependencies": {
- "Microsoft.NETCore.App": {
- "version": "1.0.0-rc2-3002702",
- "type": "platform"
30
- }
31
- },
32
"imports": [
33
"dotnet5.6",
34
"dnxcore50",
0 commit comments