Skip to content

Commit

Permalink
Merge branch 'master' into pr/fips-compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Mar 13, 2022
2 parents 5adb729 + 4b10578 commit 1302175
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 @@ -173,7 +173,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 1302175

Please sign in to comment.