File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
AspNetCore/Razor-Mvc/Razor.AdvancedSearch Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 66 <TypeScriptCompileBlocked >True</TypeScriptCompileBlocked >
77 <AspNetCoreHostingModel >OutOfProcess</AspNetCoreHostingModel >
88 </PropertyGroup >
9+ <ItemGroup >
10+ <None Remove =" App_Data\EqDemoData.zip" />
11+ <None Remove =" App_Data\NWindSQL.xml" />
12+ <None Remove =" EasyQuery.lck" />
13+ </ItemGroup >
14+ <ItemGroup >
15+ <Content Include =" App_Data\EqDemoData.zip" >
16+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
17+ </Content >
18+ <Content Include =" App_Data\NWindSQL.xml" >
19+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
20+ </Content >
21+ <Content Include =" EasyQuery.lck" >
22+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
23+ </Content >
24+ </ItemGroup >
925 <ItemGroup >
1026 <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 8.0.2" />
1127 <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.2" />
You can’t perform that action at this time.
0 commit comments