Skip to content

Commit c3e4f3c

Browse files
dependabot[bot]arturcic
authored andcommitted
(new-cli deps): Bump the microsoft group in /new-cli with 1 update
Bumps the microsoft group in /new-cli with 1 update: [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn). Updates `Microsoft.CodeAnalysis.CSharp` from 4.8.0 to 4.9.2 - [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) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de15f5d commit c3e4f3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"src"
55
],
66
"sdk": {
7-
"version": "8.0.102"
7+
"version": "8.0.200"
88
}
99
}

new-cli/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ItemGroup>
66
<PackageVersion Include="LibGit2Sharp" Version="0.29.0" />
77
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
8-
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
8+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
99
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
1010
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
1111
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
1212
<PackageVersion Include="Microsoft.Build" Version="17.9.5" />
1313
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.9.5" />
14-
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
14+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
1515
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" />
1616
<PackageVersion Include="Microsoft.Extensions.Configuration.CommandLine" Version="8.0.0" />
1717
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />

0 commit comments

Comments
 (0)