Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Adds strong naming with checked in private key (see aspnet/dnx#3156 f…
Browse files Browse the repository at this point in the history
…or anyone panicking about that)
  • Loading branch information
hotchkj committed Jun 7, 2016
1 parent 6498411 commit d35d7a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Binary file added shared.snk
Binary file not shown.
5 changes: 3 additions & 2 deletions src/AspNetCore.DataProtection.Aws.Kms/project.json
Expand Up @@ -9,11 +9,12 @@
},
"owners": [ "hotchkj" ],
"authors": [ "hotchkj" ],
"version": "1.0.0-alpha02",
"version": "1.0.0-alpha03",

"compilationOptions": {
"emitEntryPoint": false,
"warningsAsErrors": true
"warningsAsErrors": true,
"keyFile": "../../shared.snk"
},

"dependencies": {
Expand Down
5 changes: 3 additions & 2 deletions src/AspNetCore.DataProtection.Aws.S3/project.json
Expand Up @@ -9,11 +9,12 @@
},
"owners": [ "hotchkj" ],
"authors": [ "hotchkj" ],
"version": "1.0.0-alpha02",
"version": "1.0.0-alpha03",

"compilationOptions": {
"emitEntryPoint": false,
"warningsAsErrors": true
"warningsAsErrors": true,
"keyFile": "../../shared.snk"
},

"dependencies": {
Expand Down

0 comments on commit d35d7a7

Please sign in to comment.