You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
task: reintroduce support for core 2.1 as it is LTS
* downgrade references to core framework 2.1 (not 2.2) since that is the current LTS release
* still allows nuget and child projects to reference newer versions of the dependencies as shown in the tests
* Add tests for 2.1, 2.2, 3.0 and 3.1 frameworks and test on every build
* fix compiler warning about nuget package logo
fixes#71
Copy file name to clipboardExpand all lines: LazyCache.AspNetCore/LazyCache.AspNetCore.csproj
+5-4
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,18 @@
16
16
<Description>ServiceCollection registrations for LazyCache to initialise the dependency injection collection and add enable IAppCache to be injected into your app</Description>
Copy file name to clipboardExpand all lines: LazyCache/LazyCache.csproj
+4-3
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,17 @@
15
15
<Description>Lazy cache is a simple, thread safe, in-memory caching library that makes it easy to add high performance caching to your dotnet app.</Description>
0 commit comments