Skip to content

Commit

Permalink
Fix ef core on preview8 until dotnet/efcore#17374 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Sep 5, 2019
1 parent 15dc47d commit 4405c9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/BioEngine.BRC.Common/BioEngine.BRC.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<PackageReference Include="BioEngine.Core.Pages" Version="3.0.*" Condition="!Exists('..\..\..\..\BioEngine\BioEngine.Core')" />
<PackageReference Include="BioEngine.Core.Logging.Graylog" Version="3.0.*" Condition="!Exists('..\..\..\..\BioEngine\BioEngine.Core')" />
<PackageReference Include="BioEngine.Core.Storage.S3" Version="3.0.*" Condition="!Exists('..\..\..\..\BioEngine\BioEngine.Core')" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="3.0.0-preview9.19424.4" />
<!--Fix ef core on preview8 until https://github.com/aspnet/EntityFrameworkCore/issues/17374 is fixed-->
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="3.0.0-preview8.19405.7" />
<!---->
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 4405c9d

Please sign in to comment.