Skip to content

Commit

Permalink
Fix build on 6.0.200 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Feb 16, 2022
1 parent 08e0b17 commit 2d6b9b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Npgsql.SourceGenerators;
[Generator]
public class NpgsqlConnectionStringBuilderSourceGenerator : ISourceGenerator
{
static readonly DiagnosticDescriptor InternalError = new(
static readonly DiagnosticDescriptor InternalError = new DiagnosticDescriptor(
id: "PGXXXX",
title: "Internal issue when source-generating NpgsqlConnectionStringBuilder",
messageFormat: "{0}",
Expand Down

0 comments on commit 2d6b9b5

Please sign in to comment.