Skip to content

Commit

Permalink
Fixing links
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Oct 11, 2023
1 parent 184705c commit 339d077
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Lombiq.Analyzers/Docs/AddingAnalyzers.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
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`](../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.
- [`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 339d077

Please sign in to comment.