Skip to content

Commit

Permalink
Reset target frameworks.
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Hoff <phillip@orst.edu>
  • Loading branch information
philliphoff committed Dec 1, 2023
1 parent 5e1cb7d commit fb7a18e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Dapr.Actors.Generators/Dapr.Actors.Generators.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@

<PropertyGroup>
<!-- Generators must target netstandard2.0. -->
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks></TargetFrameworks>

<!-- Do not include the generator as a lib dependency -->
<IncludeBuildOutput>false</IncludeBuildOutput>
Expand Down

0 comments on commit fb7a18e

Please sign in to comment.