Remove support for .props files

This commit is contained in:
Rich Lander 2020-11-12 10:04:50 -08:00
parent 8745621ab3
commit c5c177d22c
2 changed files with 2 additions and 2 deletions

View file

@ -77,6 +77,6 @@ $@" - package-ecosystem: ""nuget""
bool IsProject(string filename) => Path.GetExtension(filename) switch
{
".csproj" or ".fsproj" or ".vbproj" or ".props" => true,
".csproj" or ".fsproj" or ".vbproj" => true,
_ => false
};

View file

@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<Description>A simple .NET Core tool for generating Dependabot config for .NET.</Description>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionPrefix>1.0.2</VersionPrefix>
<Authors>Richard Lander</Authors>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>