From 0097e4e5383e5359161546353a380832818e5049 Mon Sep 17 00:00:00 2001 From: Komivi Agbakpem Date: Sat, 19 Aug 2023 10:35:46 -0700 Subject: [PATCH] Update Readme with correct .NET framework version --- SendEmail/README.md | 2 +- SendEmailAdvanced/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SendEmail/README.md b/SendEmail/README.md index 50592713..190a12f8 100644 --- a/SendEmail/README.md +++ b/SendEmail/README.md @@ -17,7 +17,7 @@ Additional documentation for this sample can be found on [Microsoft Docs](https: - Create an Azure account with an active subscription. For details, see [Create an account for free](https://azure.microsoft.com/free/). - [Visual Studio (2019 and above)](https://visualstudio.microsoft.com/vs/). -- [.NET core 3.1](https://dotnet.microsoft.com/download/dotnet/3.1) (Make sure to install version that corresponds with your Visual Studio instance, 32 vs 64 bit). +- [.NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0) (Make sure to install version that corresponds with your Visual Studio instance, 32 vs 64 bit). - Create an Azure Communication Services resource. For details, see [Create an Azure Communication Resource](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource). You'll need to record your resource **connection string** for this sample. - Create an [Azure Email Communication Services resource](https://docs.microsoft.com/azure/communication-services/quickstarts/email/create-email-communication-resource) to start sending emails. diff --git a/SendEmailAdvanced/README.md b/SendEmailAdvanced/README.md index 995eefb8..7f118370 100644 --- a/SendEmailAdvanced/README.md +++ b/SendEmailAdvanced/README.md @@ -17,7 +17,7 @@ Additional documentation for this sample can be found on [Microsoft Docs](https: - Create an Azure account with an active subscription. For details, see [Create an account for free](https://azure.microsoft.com/free/). - [Visual Studio (2019 and above)](https://visualstudio.microsoft.com/vs/). -- [.NET core 3.1](https://dotnet.microsoft.com/download/dotnet/3.1) (Make sure to install version that corresponds with your Visual Studio instance, 32 vs 64 bit). +- [.NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0) (Make sure to install version that corresponds with your Visual Studio instance, 32 vs 64 bit). - Create an Azure Communication Services resource. For details, see [Create an Azure Communication Resource](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource). You will need to record your resource **connection string** for this sample. - Create an [Azure Email Communication Services resource](https://docs.microsoft.com/azure/communication-services/quickstarts/email/create-email-communication-resource) to start sending emails.