Skip to content

Commit 37dbe0b

Browse files
committed
fix build by commenting out platform type
1 parent bfe60e3 commit 37dbe0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Samples/Exceptionless.SampleAspNetCore/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final",
2222
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final",
2323
"Microsoft.NETCore.App": {
24-
"type": "platform",
24+
//"type": "platform",
2525
"version": "1.0.0-rc2-3002702"
2626
}
2727
},

0 commit comments

Comments
 (0)