Skip to content

Commit

Permalink
Update package reference instructions.
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Hoff <[email protected]>
  • Loading branch information
philliphoff committed Oct 12, 2023
1 parent 8af14b9 commit 7ef13ea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/GeneratedActor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<Project>
<ItemGroup>
<PackageReference Include="Dapr.Actors.Generators"
OutputItemType="Analyzer"
ReferenceOutputAssembly="false">
<PackageReference Include="Dapr.Actors.Generators" Version="x.x.x" />
</ItemGroup>
</Project>
```
Expand Down

0 comments on commit 7ef13ea

Please sign in to comment.