Skip to content

Commit

Permalink
Update docs/content/Getting Started Using.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dawedawe authored Jan 2, 2024
1 parent 265b43a commit e705efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/Getting Started Using.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ dotnet msbuild YourSolution.sln /t:AnalyzeFSharpProject

### Select specific projects

As we don't want to target all projects of the solution, we create a second custom MSBuild target that calls the project-specific target for all relevant projects.
As we don't want to target all projects in the solution, we create a second custom MSBuild target that calls the project-specific target for all relevant projects.
Add the following custom target to the [Directory.Solution.targets](https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-solution-build?view=vs-2022) file to be able to invoke analysis from all selected projects in one simple command:

```xml
Expand Down

0 comments on commit e705efa

Please sign in to comment.