Skip to content

Commit

Permalink
Update to latest dapper version ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Jan 12, 2024
1 parent 9fbad55 commit ee5527f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GUI/RevEng.Shared/Providers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public static List<NuGetPackage> GetNeededPackages(DatabaseType databaseType, bo
packages.Add(new NuGetPackage
{
PackageId = "Dapper",
Version = "2.1.24",
Version = "2.1.28",
DatabaseTypes = new List<DatabaseType> { DatabaseType.SQLServer, DatabaseType.SQLServerDacpac },
IsMainProviderPackage = false,
UseMethodName = null,
Expand Down

0 comments on commit ee5527f

Please sign in to comment.