Skip to content

Commit c214e19

Browse files
author
Bart Koelman
committed
Workaround for bug in EF Core 6.0.2
Pinned to v6.0.1 due to dotnet/efcore#27436
1 parent 9ee8ee7 commit c214e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworkName>net6.0</TargetFrameworkName>
44
<AspNetVersion>6.0.*</AspNetVersion>
5-
<EFCoreVersion>6.0.*</EFCoreVersion>
5+
<EFCoreVersion>6.0.1</EFCoreVersion>
66
<EFCorePostgresVersion>6.0.*</EFCorePostgresVersion>
77
<MicrosoftCodeAnalysisVersion>4.*</MicrosoftCodeAnalysisVersion>
88
<HumanizerVersion>2.*</HumanizerVersion>

0 commit comments

Comments
 (0)