Skip to content

Commit

Permalink
updated dependencies and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danielklecha committed Mar 15, 2024
1 parent 2a082d1 commit 2ea7bd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DotnetThirdPartyNotices/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ItemGroup>
<PackageVersion Include="Microsoft.Build" Version="17.9.5" />
<PackageVersion Include="Microsoft.Build.Framework" Version="17.9.5" />
<PackageVersion Include="Microsoft.Build.Locator" Version="1.7.1" />
<PackageVersion Include="Microsoft.Build.Locator" Version="1.7.8" />
<PackageVersion Include="Microsoft.Build.Tasks.Core" Version="17.9.5" />
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.9.5" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Options:
- `--output-filename` allow to change output filename
- `--copy-to-outdir` allow to copy output file to output directory in Release configuration
- `--filter` allow to use regex to filter project files
- `--configuration` allow to change configuration name (tool uses Release by default)
- `--github-token` allow to use GitHub's token

Note that if you use the solution folder and don't use `--copy-to-outdir` then licenses from all projects will be merged to single file.

Expand Down

0 comments on commit 2ea7bd0

Please sign in to comment.