Skip to content

Commit bfe60e3

Browse files
committed
attempt to fix the build for asp.net sample
1 parent ae373cb commit bfe60e3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/Samples/Exceptionless.SampleAspNetCore/project.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,14 @@
1919
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final",
2020
"Microsoft.Extensions.Logging": "1.0.0-rc2-final",
2121
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final",
22-
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final"
22+
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final",
23+
"Microsoft.NETCore.App": {
24+
"type": "platform",
25+
"version": "1.0.0-rc2-3002702"
26+
}
2327
},
2428
"frameworks": {
2529
"netcoreapp1.0": {
26-
"dependencies": {
27-
"Microsoft.NETCore.App": {
28-
"version": "1.0.0-rc2-3002702",
29-
"type": "platform"
30-
}
31-
},
3230
"imports": [
3331
"dotnet5.6",
3432
"dnxcore50",

0 commit comments

Comments
 (0)