Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
expression somebody typed into a search box.
-->
<ItemGroup>
<PackageReference Include="Meziantou.Analyzer" Version="3.0.138">
<PackageReference Include="Meziantou.Analyzer" Version="3.0.259">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/Bws.Core/Bws.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
build time and leaves nothing behind at runtime, which is why ADR-15 accepts it
while the project otherwise keeps its dependency list short.
-->
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.298">
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.333">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
Loading