Skip to content

Commit b487e4a

Browse files
Bump Microsoft.Extensions.DependencyInjection in /Source
Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) from 8.0.1 to 9.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ce93a1c commit b487e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/YoloSharp/YoloSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<PackageReference Include="Clipper2" Version="1.4.0" />
4141
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
4242
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.4" />
43-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
43+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
4444
<PackageReference Condition="'$(Configuration)' != 'GpuRelease'" Include="Microsoft.ML.OnnxRuntime" Version="1.20.0" />
4545
<PackageReference Condition="'$(Configuration)' == 'GpuRelease'" Include="Microsoft.ML.OnnxRuntime.Gpu" Version="1.20.0" />
4646
</ItemGroup>

0 commit comments

Comments
 (0)