diff --git a/src/Equatable.Generator/Equatable.Generator.csproj b/src/Equatable.Generator/Equatable.Generator.csproj index b5cb236..5961603 100644 --- a/src/Equatable.Generator/Equatable.Generator.csproj +++ b/src/Equatable.Generator/Equatable.Generator.csproj @@ -6,7 +6,8 @@ - + + diff --git a/src/Equatable.Generator/Equatable.Generator.targets b/src/Equatable.Generator/Equatable.Generator.targets new file mode 100644 index 0000000..c335f8c --- /dev/null +++ b/src/Equatable.Generator/Equatable.Generator.targets @@ -0,0 +1,5 @@ + + + + + diff --git a/src/Equatable.SourceGenerator/Equatable.SourceGenerator.csproj b/src/Equatable.SourceGenerator/Equatable.SourceGenerator.csproj index 69ef951..428cf87 100644 --- a/src/Equatable.SourceGenerator/Equatable.SourceGenerator.csproj +++ b/src/Equatable.SourceGenerator/Equatable.SourceGenerator.csproj @@ -11,13 +11,13 @@ true false cs - 4.3 + 4.4 latest true - + diff --git a/test/Equatable.Generator.Tests/Equatable.Generator.Tests.csproj b/test/Equatable.Generator.Tests/Equatable.Generator.Tests.csproj index e3f0c82..b5f85df 100644 --- a/test/Equatable.Generator.Tests/Equatable.Generator.Tests.csproj +++ b/test/Equatable.Generator.Tests/Equatable.Generator.Tests.csproj @@ -16,7 +16,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - +