Fix schema change build warnings
This commit is contained in:
parent
1e20fd8439
commit
33ec5bff7a
|
|
@ -1,7 +1,10 @@
|
|||
{
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
"keyFile": "../../tools/Key.snk",
|
||||
"compile": {
|
||||
"include": "../Shared/*.cs"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "1.0.0-*",
|
||||
|
|
@ -14,7 +17,6 @@
|
|||
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0-*",
|
||||
"xunit": "2.1.0-*"
|
||||
},
|
||||
"compile": "../Shared/*.cs",
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@
|
|||
"keyFile": "../../tools/Key.snk",
|
||||
"copyToOutput": {
|
||||
"include": "config.json"
|
||||
},
|
||||
"compile": {
|
||||
"include": "../Shared/*.cs"
|
||||
}
|
||||
},
|
||||
"publishOptions": {
|
||||
|
|
@ -27,7 +30,6 @@
|
|||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||
"xunit": "2.1.0"
|
||||
},
|
||||
"compile": "../Shared/*.cs",
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,10 @@
|
|||
{
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
"keyFile": "../../tools/Key.snk",
|
||||
"compile": {
|
||||
"include": "../Shared/*.cs"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "1.0.0-*",
|
||||
|
|
@ -14,7 +17,6 @@
|
|||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-*",
|
||||
"xunit": "2.1.0-*"
|
||||
},
|
||||
"compile": "../Shared/*.cs",
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue