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