Update project.json
Strong name sign migration library
This commit is contained in:
parent
4e67459f0c
commit
c30fc56fcc
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"version": "1.0.0-preview3-*",
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true
|
||||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.DotNet.Compiler.Common": {
|
||||
|
|
Loading…
Reference in a new issue