dotnet / platform-compat

Roslyn analyzer that finds usages of APIs that will throw PlatformNotSupportedException on certain platforms.
MIT License
278 stars 45 forks source link

Rename Nuget.config to NuGet.config #203

Closed jcagme closed 5 years ago

jcagme commented 5 years ago

Fixes # NuGet.config can't be found causing PRs not to be created

Proposed changes

With https://github.com/dotnet/arcade-services/pull/477 we started consuming "NuGet.config". Since git is case sensitive we look for this exact name.

jcagme commented 5 years ago

@jmarolf can you PTAL?