Skip to content

Commit

Permalink
Removes the README section involving changing the csproj. Simply not …
Browse files Browse the repository at this point in the history
…necessary
  • Loading branch information
Richiban committed Nov 18, 2024
1 parent 4cbaecb commit a8937f3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ To get started, simply install the `Consolo` package in your console application
dotnet add package Consolo
```

Or, alternatively, add the following to your `csproj` file:

```xml
<ItemGroup>
<PackageReference Include="Consolo" Version="0.9.1" />
</ItemGroup>
```

> Note that to make use of Consolo your console app must **not** have a `Main` method or any top-level statements; Consolo will generate these for you.
[Optional, but highly-recommended] If you want your XML comments to flow through to the generated code, you will need to add the following to your `csproj` file:
Expand Down

0 comments on commit a8937f3

Please sign in to comment.