Skip to content

Commit 4e63de9

Browse files
authored
Merge pull request #34 from ahwm/dependabot/nuget/OpenSRS.NET/multi-369db7974c
Bump Microsoft.Extensions.DependencyInjection.Abstractions and Microsoft.Extensions.Http
2 parents 0649b31 + 12ea2e4 commit 4e63de9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OpenSRS.NET/OpenSRS.NET.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
</ItemGroup>
2929

3030
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
31-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0" />
32-
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.0" />
31+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.1" />
32+
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.1" />
3333
</ItemGroup>
3434

3535
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">

0 commit comments

Comments
 (0)