We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31b74f0 + 616482d commit 484236cCopy full SHA for 484236c
1 file changed
OpenSRS.NET/OpenSRS.NET.csproj
@@ -28,8 +28,8 @@
28
</ItemGroup>
29
30
<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" />
+ <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.5" />
+ <PackageReference Include="Microsoft.Extensions.Http" Version="10.0.5" />
33
34
35
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
0 commit comments