Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Strong name everything.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Blum Silveira committed Oct 30, 2015
1 parent 9ad37b5 commit e7b25ca
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 7 deletions.
3 changes: 2 additions & 1 deletion src/Microsoft.Extensions.Logging.Abstractions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
},
"description": "Logging interface definitions.",
"compilationOptions": {
"warningsAsErrors": true
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.Extensions.TypeNameHelper.Sources": {
Expand Down
3 changes: 2 additions & 1 deletion src/Microsoft.Extensions.Logging.Console/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
},
"description": "Console logger implementation.",
"compilationOptions": {
"warningsAsErrors": true
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.Dnx.Runtime.Sources": {
Expand Down
3 changes: 2 additions & 1 deletion src/Microsoft.Extensions.Logging.Debug/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"url": "git://github.com/aspnet/logging"
},
"compilationOptions": {
"warningsAsErrors": true
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*"
Expand Down
3 changes: 2 additions & 1 deletion src/Microsoft.Extensions.Logging.EventLog/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"url": "git://github.com/aspnet/logging"
},
"compilationOptions": {
"warningsAsErrors": true
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"description": "Logger for Windows Event Log.",
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion src/Microsoft.Extensions.Logging.NLog/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"url": "git://github.com/aspnet/logging"
},
"compilationOptions": {
"warningsAsErrors": true
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
Expand Down
4 changes: 4 additions & 0 deletions src/Microsoft.Extensions.Logging.Testing/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"description": "Helpers for writing tests that use Microsoft.Extensions.Logging.",
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"repository": {
"type": "git",
"url": "git://github.com/aspnet/logging"
Expand Down
3 changes: 2 additions & 1 deletion src/Microsoft.Extensions.Logging.TraceSource/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"url": "git://github.com/aspnet/logging"
},
"compilationOptions": {
"warningsAsErrors": true
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*"
Expand Down
3 changes: 2 additions & 1 deletion src/Microsoft.Extensions.Logging/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"warningsAsErrors": true,
"define": [
"TRACE"
]
],
"keyFile": "../../tools/Key.snk"
},
"frameworks": {
"net451": {
Expand Down
Binary file added tools/Key.snk
Binary file not shown.

0 comments on commit e7b25ca

Please sign in to comment.