Skip to content

Commit

Permalink
Workaround for bug in EF Core 6.0.2
Browse files Browse the repository at this point in the history
Pinned to v6.0.1 due to dotnet/efcore#27436
  • Loading branch information
Bart Koelman committed Mar 21, 2022
1 parent bb9c7af commit d82e695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworkName>net6.0</TargetFrameworkName>
<AspNetVersion>6.0.*</AspNetVersion>
<EFCoreVersion>6.0.*</EFCoreVersion>
<EFCoreVersion>6.0.1</EFCoreVersion>
<EFCorePostgresVersion>6.0.*</EFCorePostgresVersion>
<MicrosoftCodeAnalysisVersion>4.*</MicrosoftCodeAnalysisVersion>
<HumanizerVersion>2.*</HumanizerVersion>
Expand Down

0 comments on commit d82e695

Please sign in to comment.