From 1efc58eb879a78665f7e84ae3bbe0e42372e92fe Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 21 May 2020 08:49:09 -0700 Subject: [PATCH] Update the nuget.config for .net 5 and 3.1 builds (#7574) --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f33ba1e1c..b7b3d9cc3 100644 --- a/README.md +++ b/README.md @@ -34,16 +34,22 @@ want to install the latest released versions, check out the [preceding section]( With development builds, internal NuGet feeds are necessary for some scenarios (for example, to acquire the runtime pack for self-contained apps). You can use the following NuGet.config to configure these feeds. > Example: +**For .NET 5 builds** + ``` - - - - - - - + + + +``` + +**For .NET 3.1 builds** + +``` + + + ```