|
|
4 years ago | |
|---|---|---|
| .. | ||
| BaselineGenerator.csproj | 91ddbdc9f5 Remove baseline suppressions from 5.0 (#29934) | 5 years ago |
| Program.cs | e4f7bfb435 Enable CA1821, CA1825-CA1834 (#33041) | 4 years ago |
| README.md | ce082faa53 Update README.md for BaseLineGenerator (#28397) | 5 years ago |
This tool is used to generate an MSBuild file which sets the "baseline" against which servicing updates are built.
Add --package-sources {source} to the commands below if the packages of interest are not all hosted on NuGet.org.
Run dotnet run --update in this project folder. This will attempt to find the latest patch version of packages and
update the baseline file.
dotnet run on this project.