Skip to content

Commit 7a1db73

Browse files
committed
updated sample app to 1.0.1
1 parent 124826b commit 7a1db73

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/Samples/Exceptionless.SampleAspNetCore/project.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"buildOptions": {
33
"debugType": "portable",
44
"emitEntryPoint": true,
@@ -11,9 +11,9 @@
1111
"Exceptionless.AspNetCore": {
1212
"target": "project"
1313
},
14-
"Microsoft.AspNetCore.Mvc": "1.0.0",
14+
"Microsoft.AspNetCore.Mvc": "1.0.1",
1515
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
16-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
16+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
1717
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
1818
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0",
1919
"Microsoft.Extensions.Configuration.Json": "1.0.0",
@@ -22,11 +22,15 @@
2222
"Microsoft.Extensions.Logging.Debug": "1.0.0",
2323
"Microsoft.NETCore.App": {
2424
"type": "platform",
25-
"version": "1.0.0"
25+
"version": "1.0.1"
2626
}
2727
},
2828
"frameworks": {
2929
"netcoreapp1.0": {
30+
"buildOptions": {
31+
"debugType": "portable",
32+
"define": [ "NETSTANDARD", "NETSTANDARD1_5" ]
33+
},
3034
"imports": [
3135
"dotnet5.6",
3236
"portable-net45+win8"

0 commit comments

Comments
 (0)