Skip to content

Commit

Permalink
Bump Microsoft.CodeAnalysis.Workspaces.MSBuild, Humanizer.Core and Mi…
Browse files Browse the repository at this point in the history
…crosoft.VisualStudio.Setup.Configuration.Interop

Bumps [Microsoft.CodeAnalysis.Workspaces.MSBuild](https://github.com/dotnet/roslyn), [Humanizer.Core](https://github.com/Humanizr/Humanizer) and Microsoft.VisualStudio.Setup.Configuration.Interop. These dependencies needed to be updated together.

Updates `Microsoft.CodeAnalysis.Workspaces.MSBuild` from 4.9.2 to 4.11.0
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

Updates `Humanizer.Core` from 2.14.1 to 2.14.1
- [Release notes](https://github.com/Humanizr/Humanizer/releases)
- [Changelog](https://github.com/Humanizr/Humanizer/blob/main/release_notes.md)
- [Commits](Humanizr/Humanizer@v2.14.1...v2.14.1)

Updates `Microsoft.VisualStudio.Setup.Configuration.Interop` from 3.10.2154 to 3.2.2146

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.Workspaces.MSBuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Humanizer.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.VisualStudio.Setup.Configuration.Interop
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent 55dc9bc commit 62517a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/SilkTouch/SilkTouch/Silk.NET.SilkTouch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.Build.Locator" Version="1.7.8" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.11.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
Expand Down

0 comments on commit 62517a7

Please sign in to comment.