Skip to content

Commit

Permalink
Project links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Oct 11, 2023
1 parent 4c9b833 commit 184705c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Lombiq.Analyzers/Docs/AddingAnalyzers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

Lombiq .NET Analyzers is split into multiple projects/packages so you can select the one most suitable for your application. Depending on your use case, select one of the following:

- `Lombiq.Analyzers`: General .NET projects.
- `Lombiq.Analyzers.NetFx`: .NET Framework projects.
- `Lombiq.Analyzers.OrchardCore`: [Orchard Core](https://orchardcore.net/) projects.
- `Lombiq.Analyzers.Orchard1`: Orchard 1 projects.
- `Lombiq.Analyzers.VisualStudioExtension`: Visual Studio extension projects.
- [`Lombiq.Analyzers`](../Readme.md): General .NET projects.
- [`Lombiq.Analyzers.NetFx`](../..Lombiq.Analyzers.NetFx/Readme.md): .NET Framework projects.
- [`Lombiq.Analyzers.OrchardCore`](../..Lombiq.Analyzers.OrchardCore/Readme.md): [Orchard Core](https://orchardcore.net/) projects.
- [`Lombiq.Analyzers.Orchard1`](../..Lombiq.Analyzers.Orchard1/Readme.md): Orchard 1 projects.
- [`Lombiq.Analyzers.VisualStudioExtension`](../..Lombiq.Analyzers.VisualStudioExtension/Readme.md): Visual Studio extension projects.

You only need to reference a single project; e.g., even though Orchard Core apps are also .NET apps, you only need to use `Lombiq.Analyzers.OrchardCore` for them.

Expand Down

0 comments on commit 184705c

Please sign in to comment.