alastairtree / LazyCache

An easy to use thread safe in-memory caching service with a simple developer friendly API for c#
https://nuget.org/packages/LazyCache
MIT License
1.72k stars 159 forks source link

Fix casing for PackageReference #124

Closed jnyrup closed 4 years ago

jnyrup commented 4 years ago

This uses the exact names including casing. Apparently C# build tooling partly cares about casing.

image

With this PR: image

For refence: I've opened https://github.com/dotnet/project-system/issues/6597

alastairtree commented 4 years ago

Thank you!