From 7ef13eab8c4ab52d4fd03413eb02409876354c2e Mon Sep 17 00:00:00 2001 From: Phillip Hoff Date: Thu, 12 Oct 2023 13:45:25 -0700 Subject: [PATCH] Update package reference instructions. Signed-off-by: Phillip Hoff --- examples/GeneratedActor/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/GeneratedActor/README.md b/examples/GeneratedActor/README.md index 2a0a60f81..cd595b30e 100644 --- a/examples/GeneratedActor/README.md +++ b/examples/GeneratedActor/README.md @@ -15,14 +15,12 @@ Two options for invoking actor methods exist in the Dapr .NET SDK, a strongly-ty Strongly-typed clients are generated by: -1. Referencing the `Dapr.Actors.Generators` NuGet package with `OutputItemType` set to `Analyzer` and `ReferenceOutputAssembly` set to `false`. +1. Referencing the `Dapr.Actors.Generators` NuGet package. ```xml - + ```