Browse Source

fix case-sensitive problem. it doesn't compile on ubuntu

pull/10994/head
Alper Ebicoglu 4 years ago
parent
commit
ec5ec9d70f
  1. 2
      framework/src/Volo.Abp.BackgroundWorkers.Hangfire/Volo.Abp.BackgroundWorkers.Hangfire.csproj

2
framework/src/Volo.Abp.BackgroundWorkers.Hangfire/Volo.Abp.BackgroundWorkers.Hangfire.csproj

@ -16,7 +16,7 @@
<ItemGroup>
<ProjectReference Include="..\Volo.Abp.BackgroundWorkers\Volo.Abp.BackgroundWorkers.csproj" />
<ProjectReference Include="..\Volo.Abp.Hangfire\Volo.Abp.Hangfire.csproj" />
<ProjectReference Include="..\Volo.Abp.HangFire\Volo.Abp.HangFire.csproj" />
</ItemGroup>
</Project>

Loading…
Cancel
Save