forked from ddrilling/AsbCloudServer
Merge pull request 'Фикс выгрузки сетевого графика' (#205) from fix/scheduleReport into dev
Reviewed-on: http://test.digitaldrilling.ru:8080/DDrilling/AsbCloudServer/pulls/205
This commit is contained in:
commit
22443d100d
@ -53,7 +53,7 @@
|
||||
<PackageReference Include="AsbSaubReportLas" Version="3.24.116.510" />
|
||||
<PackageReference Include="AsbSaubReportPdf" Version="3.24.116.510" />
|
||||
<PackageReference Include="CliWrap" Version="3.6.6" />
|
||||
<PackageReference Include="ClosedXML" Version="0.96.0" />
|
||||
<PackageReference Include="ClosedXML" Version="0.97.0" />
|
||||
<PackageReference Include="itext7" Version="8.0.2" />
|
||||
<PackageReference Include="Mapster" Version="7.4.0" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.1.21" />
|
||||
|
@ -32,4 +32,8 @@
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<RuntimeHostConfigurationOption Include="System.Drawing.EnableUnixSupport" Value="true" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
Loading…
Reference in New Issue
Block a user