diff --git a/CodeQualityTalk.Analyzers/CodeQualityTalk.Analyzers.csproj b/CodeQualityTalk.Analyzers/CodeQualityTalk.Analyzers.csproj index 3040e92..58d0973 100644 --- a/CodeQualityTalk.Analyzers/CodeQualityTalk.Analyzers.csproj +++ b/CodeQualityTalk.Analyzers/CodeQualityTalk.Analyzers.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/CodeQualityTalk.ArchUnitTests/CodeQualityTalk.ArchUnitTests.csproj b/CodeQualityTalk.ArchUnitTests/CodeQualityTalk.ArchUnitTests.csproj index 15a1a96..4fa3219 100644 --- a/CodeQualityTalk.ArchUnitTests/CodeQualityTalk.ArchUnitTests.csproj +++ b/CodeQualityTalk.ArchUnitTests/CodeQualityTalk.ArchUnitTests.csproj @@ -12,10 +12,10 @@ - - - - + + + + diff --git a/CodeQualityTalk.Metalama/CodeQualityTalk.Metalama.csproj b/CodeQualityTalk.Metalama/CodeQualityTalk.Metalama.csproj index de53fa0..eae33fc 100644 --- a/CodeQualityTalk.Metalama/CodeQualityTalk.Metalama.csproj +++ b/CodeQualityTalk.Metalama/CodeQualityTalk.Metalama.csproj @@ -10,7 +10,7 @@ - + diff --git a/CodeQualityTalk.Verifier/CodeQualityTalk.Verifier.csproj b/CodeQualityTalk.Verifier/CodeQualityTalk.Verifier.csproj index 5d327e4..80b33ec 100644 --- a/CodeQualityTalk.Verifier/CodeQualityTalk.Verifier.csproj +++ b/CodeQualityTalk.Verifier/CodeQualityTalk.Verifier.csproj @@ -8,10 +8,10 @@ - + - + diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..d68f647 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,6 @@ + + + 2024.2.24 + $(MetalamaVersion) + + \ No newline at end of file diff --git a/Directory.Packages.Props b/Directory.Packages.Props deleted file mode 100644 index 23102cf..0000000 --- a/Directory.Packages.Props +++ /dev/null @@ -1,18 +0,0 @@ - - - true - 2024.2.24 - $(MetalamaVersion) - - - - - - - - - - - - - \ No newline at end of file diff --git a/qodana.yaml b/qodana.yaml index 8558aa9..27a29b2 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -14,3 +14,4 @@ exclude: - name: ClassCanBeSealed.Global - name: RedundantUsingDirective - name: ClassNeverInstantiated.Global + - name: CheckDependencyLicenses \ No newline at end of file