From 784ba82de81ce93799793eff28dd57126acb6385 Mon Sep 17 00:00:00 2001 From: Bryan Hogan Date: Sun, 12 Jan 2020 14:49:33 -0500 Subject: [PATCH] link to new System.Text.Json --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c107483..97ca80b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This repo contains a Json plugin for the [Polly](https://github.com/App-vNext/Polly) [Cache policy](https://github.com/App-vNext/Polly/wiki/Cache) using [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/). It targets .NET Standard 1.1 and .NET Standard 2.0. +**If you want to serialize using [System.Text.Json](https://docs.microsoft.com/en-us/dotnet/api/system.text.json?view=netcore-3.1), use the [Polly.Caching.Serialization.System.Text.Json](https://github.com/App-vNext/Polly.Caching.Serialization.System.Text.Json) library.** + [![NuGet version](https://badge.fury.io/nu/Polly.Caching.Serialization.Json.svg)](https://badge.fury.io/nu/Polly.Caching.Serialization.Json) [![Build status](https://ci.appveyor.com/api/projects/status/pgd89nfdr9u4ig8m?svg=true)](https://ci.appveyor.com/project/joelhulen/polly-caching-serialization-json) [![Slack Status](http://www.pollytalk.org/badge.svg)](http://www.pollytalk.org) ## What is Polly?