We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 648988c + 18520e2 commit 4b8b806Copy full SHA for 4b8b806
Akismet.Net/Akismet.Net.csproj
@@ -22,8 +22,8 @@
22
<DefineConstants>NETSTANDARD;NETSTANDARD2_0</DefineConstants>
23
</PropertyGroup>
24
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
25
- <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.2" />
26
- <PackageReference Include="Microsoft.Extensions.Http" Version="10.0.2" />
+ <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.3" />
+ <PackageReference Include="Microsoft.Extensions.Http" Version="10.0.3" />
27
</ItemGroup>
28
29
<ItemGroup>
0 commit comments