Skip to content

Commit

Permalink
Generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Sep 13, 2023
1 parent 0316b8d commit e4f4427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static class LibraryVersion
new List<PackageBuildInfo>
{
new("6.0.12"),
new("7.0.10"),
new("7.0.11"),
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion test/IntegrationTests/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static class LibraryVersion
new object[] { string.Empty }
#else
new object[] { "6.0.12" },
new object[] { "7.0.10" },
new object[] { "7.0.11" },
#endif
};
public static readonly IReadOnlyCollection<object[]> EntityFrameworkCorePomeloMySql = new List<object[]>
Expand Down

0 comments on commit e4f4427

Please sign in to comment.