Skip to content

Commit 642114a

Browse files
authored
Missing comma; guess this will need a squash ;-)
1 parent de79141 commit 642114a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.Extensions.Logging/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"frameworkAssemblies": { "System.Runtime": { "type": "build" } }
2323
},
2424
"net4.6": {
25-
"frameworkAssemblies": { "System.Runtime": { "type": "build" } }
25+
"frameworkAssemblies": { "System.Runtime": { "type": "build" } },
2626
"buildOptions": {
2727
"define": [ "ASYNCLOCAL" ]
2828
}

0 commit comments

Comments
 (0)