From 8d917df278e4c5262b08767692521bd5cdfed84d Mon Sep 17 00:00:00 2001 From: David De Sloovere Date: Mon, 14 Sep 2026 16:32:44 +0200 Subject: [PATCH] chore: update Microsoft.Graph package to version 6.6.0 --- sample/SendMailTestApp/README.md | 2 +- src/FluentEmail.Graph/FluentEmail.Graph.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sample/SendMailTestApp/README.md b/sample/SendMailTestApp/README.md index 25443e1..877616b 100644 --- a/sample/SendMailTestApp/README.md +++ b/sample/SendMailTestApp/README.md @@ -9,7 +9,7 @@ dotnet user-secrets init dotnet user-secrets set "GraphSenderOptions:TenantId" "your value" dotnet user-secrets set "GraphSenderOptions:ClientId" "your value" dotnet user-secrets set "GraphSenderOptions:Secret" "your value" - dotnet user-secrets set "MailOptions:FromAddress" "your@value" +dotnet run ``` \ No newline at end of file diff --git a/src/FluentEmail.Graph/FluentEmail.Graph.csproj b/src/FluentEmail.Graph/FluentEmail.Graph.csproj index f45b610..b015009 100644 --- a/src/FluentEmail.Graph/FluentEmail.Graph.csproj +++ b/src/FluentEmail.Graph/FluentEmail.Graph.csproj @@ -51,7 +51,7 @@ v2.1 Added support for Inline images all - + all runtime; build; native; contentfiles; analyzers; buildtransitive