We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e84e33 commit b343f47Copy full SHA for b343f47
1 file changed
CodeGenerator/Generators/CsprojGen.cs
@@ -7,6 +7,7 @@ namespace SqlcGenCsharp.Generators;
7
8
internal class CsprojGen(string outputDirectory, string projectName, string namespaceName, Options options)
9
{
10
+ // TODO this logic needs to be moved to the Drivers project
11
private const string DefaultDapperVersion = "2.1.66";
12
private const string DefaultNpgsqlVersion = "8.0.6";
13
private const string DefaultMysqlConnectorVersion = "2.4.0";
0 commit comments