diff --git a/src/EFCore.Analyzers/EFCore.Analyzers.csproj b/src/EFCore.Analyzers/EFCore.Analyzers.csproj index 981fa72f5c4..6bf55e95753 100644 --- a/src/EFCore.Analyzers/EFCore.Analyzers.csproj +++ b/src/EFCore.Analyzers/EFCore.Analyzers.csproj @@ -5,11 +5,18 @@ netstandard2.0 Microsoft.EntityFrameworkCore.Analyzers Microsoft.EntityFrameworkCore - false - $(MSBuildProjectName).nuspec + + + analyzers/dotnet/cs + + + true + + true $(MSBuildThisFileDirectory)..\..\rulesets\EFCore.noxmldocs.ruleset true true + README.md $(NoWarn);NU5128 $(NoWarn);RS1038 @@ -34,19 +41,6 @@ - - - - true - - - - - - - - - diff --git a/src/EFCore.Analyzers/EFCore.Analyzers.nuspec b/src/EFCore.Analyzers/EFCore.Analyzers.nuspec deleted file mode 100644 index 0a1bd7e678d..00000000000 --- a/src/EFCore.Analyzers/EFCore.Analyzers.nuspec +++ /dev/null @@ -1,18 +0,0 @@ - - - - - $CommonMetadataElements$ - - - - docs\PACKAGE.md - - - - $CommonFileElements$ - - - - - \ No newline at end of file diff --git a/src/EFCore.Analyzers/PACKAGE.md b/src/EFCore.Analyzers/README.md similarity index 100% rename from src/EFCore.Analyzers/PACKAGE.md rename to src/EFCore.Analyzers/README.md