We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0649b31 + 12ea2e4 commit 4e63de9Copy full SHA for 4e63de9
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.0" />
32
- <PackageReference Include="Microsoft.Extensions.Http" Version="10.0.0" />
+ <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.1" />
+ <PackageReference Include="Microsoft.Extensions.Http" Version="10.0.1" />
33
34
35
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
0 commit comments