Skip to content

Commit b343f47

Browse files
fix: add TODO
1 parent 8e84e33 commit b343f47

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CodeGenerator/Generators/CsprojGen.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ namespace SqlcGenCsharp.Generators;
77

88
internal class CsprojGen(string outputDirectory, string projectName, string namespaceName, Options options)
99
{
10+
// TODO this logic needs to be moved to the Drivers project
1011
private const string DefaultDapperVersion = "2.1.66";
1112
private const string DefaultNpgsqlVersion = "8.0.6";
1213
private const string DefaultMysqlConnectorVersion = "2.4.0";

0 commit comments

Comments
 (0)