update 重新忽略Development

This commit is contained in:
2021-05-12 23:30:55 +08:00
parent 25f89c7ec0
commit 299d87226a
2 changed files with 0 additions and 10 deletions

View File

@@ -5,15 +5,11 @@
</PropertyGroup>
<ItemGroup>
<None Remove="dbsettings.Development.json" />
<None Remove="dbsettings.json" />
<None Remove="sqlsettings.json" />
</ItemGroup>
<ItemGroup>
<Content Include="dbsettings.Development.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dbsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>

View File

@@ -1,6 +0,0 @@
{
"ConnectionStrings": {
//"DefaultConnection": "Data Source=./Ewide.db",
"DefaultConnection": "Data Source=localhost;Database=ewide;User ID=root;Password=root;pooling=true;port=3306;sslmode=none;CharSet=utf8;"
}
}