Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
walterlv committed Apr 27, 2024
1 parent 532033e commit f8eeb06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ This open-source project provides a NuGet package, dotnetCampus.LatestCSharpFeat
Simply install the dotnetCampus.LatestCSharpFeatures NuGet package.

```xml
<!-- By default, dotnetCampus.LatestCSharpFeatures introduces C# new features as internal modifiers into the current project.
Using this conditional compilation symbol, you can set these types as public, so that other projects referencing this project can also use these new features. -->
<!-- Since dotnetCampus.LatestCSharpFeatures only contains source generators, it does not introduce any runtime dependencies.
We can set it to PrivateAssets="all" to avoid passing it on to other projects. -->
<PackageReference Include="dotnetCampus.LatestCSharpFeatures" Version="12.0.0" PrivateAssets="all" />
```

Expand Down

0 comments on commit f8eeb06

Please sign in to comment.