Skip to content

Commit e07197d

Browse files
Bump Microsoft.CodeAnalysis.Workspaces.MSBuild, Humanizer.Core and Microsoft.VisualStudio.Setup.Configuration.Interop (#2345)
* Bump Microsoft.CodeAnalysis.Workspaces.MSBuild, Humanizer.Core and Microsoft.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] <support@github.com> * Update Silk.NET.SilkTouch.csproj --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dylan Perks <11160611+Perksey@users.noreply.github.com>
1 parent dc151a6 commit e07197d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sources/SilkTouch/SilkTouch/Silk.NET.SilkTouch.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<PackageReference Include="CSharpier.Core" Version="0.28.2" />
1313
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
1414
<PackageReference Include="Microsoft.Build.Locator" Version="1.7.8" />
15-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
16-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.9.2" />
17-
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.9.2" />
15+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
16+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
17+
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.11.0" />
1818
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
1919
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="8.0.0" />
2020
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />

0 commit comments

Comments
 (0)