Skip to content

Commit

Permalink
Merge pull request #885 from dorssel/bump_analyzer
Browse files Browse the repository at this point in the history
Bump Microsoft.CodeAnalysis.CSharp from 4.8.0 to 4.9.2
  • Loading branch information
dorssel committed Mar 8, 2024
2 parents 9fd06f5 + 910b69a commit cdaeec2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ SPDX-License-Identifier: GPL-3.0-only
<PackageVersion Include="Microsoft.Windows.CsWin32" Version="0.3.49-beta" />
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<!-- UsbIds -->
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
<!-- Usbipd.PowerShell -->
<PackageVersion Include="PowerShellStandard.Library" Version="5.1.1" />
<!-- Installer -->
Expand Down
1 change: 0 additions & 1 deletion UsbIds/UsbIds.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ SPDX-License-Identifier: GPL-3.0-only
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
</ItemGroup>

Expand Down

0 comments on commit cdaeec2

Please sign in to comment.