Skip to content

Commit 37a3c48

Browse files
chore(deps): bump the dotnet group across 1 directory with 9 updates
Bumps the dotnet group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) | `0.14.0` | `0.14.0` | | [BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet) | `0.12.1` | `0.14.0` | | [System.CodeDom](https://github.com/dotnet/runtime) | `9.0.0` | `5.0.0` | | [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) | `1.0.0` | `8.0.0` | | [LibGit2Sharp](https://github.com/libgit2/libgit2sharp) | `0.30.0` | `0.31.0` | | [Microsoft.Build](https://github.com/dotnet/msbuild) | `17.12.6` | `17.11.4` | | [Microsoft.Build.Framework](https://github.com/dotnet/msbuild) | `17.12.6` | `17.11.4` | | [Microsoft.Build.Prediction](https://github.com/microsoft/MSBuildPrediction) | `1.2.18` | `1.2.27` | | [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) | `17.12.6` | `17.11.4` | Updates `BenchmarkDotNet` from 0.14.0 to 0.14.0 - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](dotnet/BenchmarkDotNet@v0.14.0...v0.14.0) Updates `BenchmarkDotNet.Diagnostics.Windows` from 0.12.1 to 0.14.0 - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](dotnet/BenchmarkDotNet@v0.12.1...v0.14.0) Updates `System.CodeDom` from 9.0.0 to 5.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v5.0.0) Updates `Microsoft.SourceLink.GitHub` from 1.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](dotnet/sourcelink@1.0.0...8.0.0) Updates `LibGit2Sharp` from 0.30.0 to 0.31.0 - [Release notes](https://github.com/libgit2/libgit2sharp/releases) - [Changelog](https://github.com/libgit2/libgit2sharp/blob/master/CHANGES.md) - [Commits](libgit2/libgit2sharp@0.30.0...0.31.0) Updates `Microsoft.Build` from 17.12.6 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.12.6...v17.11.4) Updates `Microsoft.Build.Framework` from 17.12.6 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.12.6...v17.11.4) Updates `Microsoft.Build.Prediction` from 1.2.18 to 1.2.27 - [Release notes](https://github.com/microsoft/MSBuildPrediction/releases) - [Commits](microsoft/MSBuildPrediction@v1.2.18...v1.2.27) Updates `Microsoft.Build.Utilities.Core` from 17.12.6 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.12.6...v17.11.4) --- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: BenchmarkDotNet.Diagnostics.Windows dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: System.CodeDom dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.SourceLink.GitHub dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: LibGit2Sharp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Build dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Build.Framework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Build.Prediction dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Build.Utilities.Core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93869d4 commit 37a3c48

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Directory.Packages.props

100755100644
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
<ItemGroup>
33
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
44
<PackageVersion Include="System.CommandLine.Rendering" Version="0.4.0-alpha.22272.1" />
5-
<PackageVersion Include="LibGit2Sharp" Version="0.30.0" />
5+
<PackageVersion Include="LibGit2Sharp" Version="0.31.0" />
66
<PackageVersion Include="MinVer" Version="6.0.0" />
77

8-
<PackageVersion Include="Microsoft.Build.Prediction" Version="1.2.18" />
8+
<PackageVersion Include="Microsoft.Build.Prediction" Version="1.2.27" />
99
<PackageVersion Include="Microsoft.Build.Locator" Version="1.7.8" />
1010

1111
<PackageVersion Include="BenchmarkDotNet" Version="0.14.0" />
12-
<PackageVersion Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.12.1" Condition="'$(OS)' == 'Windows_NT'"/>
12+
<PackageVersion Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.14.0" Condition="'$(OS)' == 'Windows_NT'"/>
1313

14-
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.0.0" Condition="'$(ContinuousIntegrationBuild)' == 'true'"/>
14+
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" Condition="'$(ContinuousIntegrationBuild)' == 'true'"/>
1515
</ItemGroup>
1616

1717
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
18-
<PackageVersion Include="Microsoft.Build" Version="17.11.4" />
18+
<PackageVersion Include="Microsoft.Build" Version="17.12.6" />
1919
<PackageVersion Include="Microsoft.Build.Framework" Version="17.11.4" />
2020
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.11.4" />
2121
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="8.0.1" />
22-
<PackageVersion Include="System.CodeDom" Version="8.0.0" />
22+
<PackageVersion Include="System.CodeDom" Version="9.0.0" />
2323
</ItemGroup>
2424

2525
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">

0 commit comments

Comments
 (0)