Strong name everything.

This commit is contained in:
Cesar Blum Silveira 2015-11-03 12:01:21 -08:00
parent 07230d1682
commit 1a0743391d
3 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,9 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"description": "ASP.NET middleware for buffering response bodies.",
"repository": {
"type": "git",

View File

@ -1,5 +1,9 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"description": "XForward and Method override middlewares for ASP.NET",
"repository": {
"type": "git",

BIN
tools/Key.snk Normal file

Binary file not shown.