Skip to content

Commit 484236c

Browse files
authored
Merge pull request #45 from ahwm/dependabot/nuget/OpenSRS.NET/multi-85d5b9d1e3
Bump Microsoft.Extensions.DependencyInjection.Abstractions and Microsoft.Extensions.Http
2 parents 31b74f0 + 616482d commit 484236c

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.3" />
32-
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.3" />
31+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.5" />
32+
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.5" />
3333
</ItemGroup>
3434

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

0 commit comments

Comments
 (0)