Skip to content

Commit 4fe7b12

Browse files
Bump the dotnet group with 2 updates (#46657)
Bumps Microsoft.CodeAnalysis from 4.13.0 to 4.14.0 Bumps Microsoft.CodeAnalysis.CSharp.Workspaces from 4.13.0 to 4.14.0 --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4af9d08 commit 4fe7b12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/snippets/csharp/roslyn-sdk/SyntaxTransformationQuickStart/ConstructionCS/ConstructionCS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.13.0" />
9+
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.14.0" />
1010
</ItemGroup>
1111

1212
</Project>

samples/snippets/csharp/roslyn-sdk/SyntaxTransformationQuickStart/TransformationCS/TransformationCS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.13.0" />
9+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" />
1010
</ItemGroup>
1111

1212
</Project>

0 commit comments

Comments
 (0)