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 ad0eb93 + 97c310c commit 52e688eCopy full SHA for 52e688e
Akismet.Tests/Akismet.Tests.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFrameworks>net9.0;net8.0;net6.0;net462</TargetFrameworks>
@@ -23,7 +23,7 @@
23
<PrivateAssets>all</PrivateAssets>
24
</PackageReference>
25
<ProjectReference Include="../Akismet.Net/Akismet.Net.csproj" />
26
- <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2" />
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.4" />
27
<PackageReference Include="Xunit.DependencyInjection" Version="9.7.1" />
28
</ItemGroup>
29
0 commit comments