You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Set KubeOps.Generator as a DevelopmentDependency (#834)
Fixes: #698
This will cause `dotnet add package` to add this to the PackageReference
automatically:
```
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
```
0 commit comments