Skip to content

Commit 7b70d22

Browse files
committed
Fix wierd Nested tranaction problem out of nowhere
1 parent cc1fdd7 commit 7b70d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orm/Xtensive.Orm.MySql/Xtensive.Orm.MySql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<WarningLevel>2</WarningLevel>
1818
</PropertyGroup>
1919
<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
20-
<PackageReference Include="MySql.Data" Version="6.10.4" />
20+
<PackageReference Include="MySql.Data" Version="6.10.7" />
2121
</ItemGroup>
2222
<ItemGroup>
2323
<ProjectReference Include="..\Xtensive.Orm\Xtensive.Orm.csproj" />

0 commit comments

Comments
 (0)