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