Skip to content

Commit 44b07ab

Browse files
authoredNov 18, 2024··
Bump System.ComponentModel.Composition from 8.0.0 to 9.0.0 (#303)
Bumps [System.ComponentModel.Composition](https://github.com/dotnet/runtime) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: System.ComponentModel.Composition dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6144a04 commit 44b07ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/HolzShots.Core/HolzShots.Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<PackageReference Include="Semver" Version="3.0.0" />
3131
<PackageReference Include="unvell.d2dlib-x64" Version="1.5.0" />
3232
<PackageReference Include="System.Composition" Version="9.0.0" />
33-
<PackageReference Include="System.ComponentModel.Composition" Version="8.0.0" />
33+
<PackageReference Include="System.ComponentModel.Composition" Version="9.0.0" />
3434
<PackageReference Include="System.Drawing.Common" Version="9.0.0" />
3535
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
3636

0 commit comments

Comments
 (0)
Please sign in to comment.