Skip to content

Commit 0a1fdbb

Browse files
(deps): Bump Microsoft.CodeAnalysis.Common, Microsoft.CodeAnalysis.CSharp, MSBuild.ProjectCreation and System.Text.Json
Bumps [Microsoft.CodeAnalysis.Common](https://github.com/dotnet/roslyn), [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn), [MSBuild.ProjectCreation](https://github.com/jeffkl/MSBuildProjectCreator) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.CodeAnalysis.Common` from 4.11.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.11.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 `MSBuild.ProjectCreation` from 14.0.0 to 14.0.5 - [Release notes](https://github.com/jeffkl/MSBuildProjectCreator/releases) - [Commits](jeffkl/MSBuildProjectCreator@v14.0.0...v14.0.5) Updates `System.Text.Json` from 9.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.Common dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: MSBuild.ProjectCreation dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af87487 commit 0a1fdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageVersion Include="Buildalyzer" Version="7.1.0" />
2222
<PackageVersion Include="JsonSchema.Net.Generation" Version="4.6.0" />
2323
<PackageVersion Include="JunitXml.TestLogger" Version="4.1.0" />
24-
<PackageVersion Include="MSBuild.ProjectCreation" Version="14.0.0" />
24+
<PackageVersion Include="MSBuild.ProjectCreation" Version="14.0.5" />
2525
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0" />
2626
<PackageVersion Include="Microsoft.Build" Version="17.12.6" />
2727
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.12.6" />

0 commit comments

Comments
 (0)