Skip to content

Commit

Permalink
Merge pull request #923 from colinin/fix-elsa
Browse files Browse the repository at this point in the history
fix(elsa): 解决elsa .net 8.0依赖问题
  • Loading branch information
colinin authored Dec 22, 2023
2 parents c419d15 + d3d8099 commit b63e1e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<PackageReference Include="Serilog.Settings.Configuration" Version="$(SerilogSettingsConfigurationPackageVersion)" />
<PackageReference Include="Serilog.Sinks.Elasticsearch" Version="$(SerilogSinksElasticsearchPackageVersion)" />
<PackageReference Include="Serilog.Sinks.File" Version="$(SerilogSinksFilePackageVersion)" />
<PackageReference Include="System.Text.Json" Version="$(MicrosoftPackageVersion)" />
<PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="$(VoloAbpPackageVersion)" />
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="$(VoloAbpPackageVersion)" />
<PackageReference Include="Volo.Abp.AspNetCore.MultiTenancy" Version="$(VoloAbpPackageVersion)" />
Expand Down

0 comments on commit b63e1e8

Please sign in to comment.