Skip to content

Commit 6722b71

Browse files
(deps): Bump the microsoft group across 2 directories with 4 updates
Bumps the microsoft group with 1 update in the /new-cli directory: [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn). Bumps the microsoft group with 4 updates in the /src directory: [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn), [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest), [Microsoft.Build](https://github.com/dotnet/msbuild) and [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild). Updates `Microsoft.CodeAnalysis.CSharp` from 4.10.0 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 `Microsoft.CodeAnalysis.CSharp` from 4.10.0 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 `Microsoft.NET.Test.Sdk` from 17.10.0 to 17.11.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.10.0...v17.11.0) Updates `Microsoft.Build` from 17.10.4 to 17.11.4 - [Release notes](https://github.com/dotnet/msbuild/releases) - [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md) - [Commits](dotnet/msbuild@v17.10.4...v17.11.4) Updates `Microsoft.Build.Utilities.Core` from 17.10.4 to 17.11.4 - [Release notes](https://github.com/dotnet/msbuild/releases) - [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md) - [Commits](dotnet/msbuild@v17.10.4...v17.11.4) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.Build dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.Build.Utilities.Core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f6265df commit 6722b71

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

new-cli/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- common packages -->
77
<PackageVersion Include="LibGit2Sharp" Version="0.30.0" />
88
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
9-
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0" />
9+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
1010
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" />
1111
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
1212
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />

src/Directory.Packages.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<!-- common packages -->
77
<PackageVersion Include="LibGit2Sharp" Version="0.30.0" />
88
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
9-
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="4.10.0" />
10-
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0" />
11-
<PackageVersion Include="Microsoft.CodeAnalysis.VisualBasic" Version="4.10.0" />
9+
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="4.11.0" />
10+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
11+
<PackageVersion Include="Microsoft.CodeAnalysis.VisualBasic" Version="4.11.0" />
1212
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" />
1313
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
1414
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
@@ -22,13 +22,13 @@
2222
<PackageVersion Include="JunitXml.TestLogger" Version="4.0.254" />
2323
<PackageVersion Include="MSBuild.ProjectCreation" Version="12.0.1" />
2424
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
25-
<PackageVersion Include="Microsoft.Build" Version="17.10.4" />
26-
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.10.4" />
25+
<PackageVersion Include="Microsoft.Build" Version="17.11.4" />
26+
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.11.4" />
2727
<PackageVersion Include="Microsoft.Extensions.Configuration.CommandLine" Version="8.0.0" />
2828
<PackageVersion Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0" />
2929
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
3030
<PackageVersion Include="Microsoft.Extensions.Options" Version="8.0.2" />
31-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
31+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
3232
<PackageVersion Include="Microsoft.Win32.Registry" Version="6.0.0-preview.5.21301.5" />
3333
<PackageVersion Include="NSubstitute" Version="5.1.0" />
3434
<PackageVersion Include="NUnit" Version="4.2.1" />

0 commit comments

Comments
 (0)