Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
As soon there is going to be a product called .NET 5.0 I think it's best to use the .NET Framework's full name to avoid any confusion
  • Loading branch information
ctyar committed Aug 12, 2020
1 parent d0feea8 commit 2347343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -35,7 +35,7 @@ Monkey Cache is a .NET Standard 2.0 library, but has some platform specific twea
|Windows 10 UWP|10.0.16299+|
|.NET Core|2.0+|
|ASP.NET Core|2.0+|
|.NET|4.6.1+|
|.NET Framework|4.6.1+|

## Setup

Expand Down Expand Up @@ -163,7 +163,7 @@ Cache will always be stored in the default platform specific location:
|Windows 10 UWP|Windows.Storage.ApplicationData.Current.LocalFolder.Path|
|.NET Core|Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)|
|ASP.NET Core|Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)|
|.NET|Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)|
|.NET Framework|Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)|


#### Persisting Data Longer
Expand Down

0 comments on commit 2347343

Please sign in to comment.