|
@@ -70,16 +70,17 @@
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" />
|
|
<PackageReference Include="Microsoft.AspNetCore.App" />
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
|
|
|
<PackageReference Include="Microsoft.AspNetCore.ResponseCaching.Abstractions" Version="2.2.0" />
|
|
<PackageReference Include="Microsoft.AspNetCore.ResponseCaching.Abstractions" Version="2.2.0" />
|
|
|
|
|
+ <PackageReference Include="Microsoft.AspNetCore.Rewrite" Version="2.2.0" />
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" />
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" />
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="2.2.1" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="2.2.1" />
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.2.1" />
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.2.1" />
|
|
|
- <PackageReference Include="NinjaNye.SearchExtensions" Version="2.2.0" />
|
|
|
|
|
|
|
+ <PackageReference Include="NinjaNye.SearchExtensions" Version="3.0.0" />
|
|
|
<PackageReference Include="PanGu.HighLight" Version="1.0.0" />
|
|
<PackageReference Include="PanGu.HighLight" Version="1.0.0" />
|
|
|
- <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.1.4" />
|
|
|
|
|
|
|
+ <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.2.0" />
|
|
|
<PackageReference Include="Quartz" Version="3.0.7" />
|
|
<PackageReference Include="Quartz" Version="3.0.7" />
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="4.0.1" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="4.0.1" />
|
|
|
<PackageReference Include="WilderMinds.RssSyndication" Version="1.4.0" />
|
|
<PackageReference Include="WilderMinds.RssSyndication" Version="1.4.0" />
|
|
|
- <PackageReference Include="Z.EntityFramework.Extensions.EFCore" Version="2.1.47" />
|
|
|
|
|
|
|
+ <PackageReference Include="Z.EntityFramework.Extensions.EFCore" Version="2.1.48" />
|
|
|
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="1.8.18" />
|
|
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="1.8.18" />
|
|
|
<PackageReference Include="Z.ExtensionMethods" Version="2.1.1" />
|
|
<PackageReference Include="Z.ExtensionMethods" Version="2.1.1" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
@@ -120,6 +121,9 @@
|
|
|
<None Update="App_Data\mod.txt">
|
|
<None Update="App_Data\mod.txt">
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
</None>
|
|
</None>
|
|
|
|
|
+ <None Update="App_Data\rewrite.xml">
|
|
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
+ </None>
|
|
|
<None Update="App_Data\whitelist.txt">
|
|
<None Update="App_Data\whitelist.txt">
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
</None>
|
|
</None>
|