31 lines
1.3 KiB
XML
31 lines
1.3 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="..\.editorconfig" Link=".editorconfig" />
|
|
<None Include="wwwroot\report\报表1.html" />
|
|
<None Include="wwwroot\report\报表1.rpt.html" />
|
|
<None Include="wwwroot\report\报表2.html" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.4" />
|
|
<PackageReference Include="Microsoft.Extensions.Caching.Redis" Version="2.2.0" />
|
|
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="3.1.4" />
|
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.4" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.4" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.4" />
|
|
<PackageReference Include="NLog.Web.AspNetCore" Version="4.9.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Update="appsettings.json">
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
</Project>
|