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.
1 parent a762017 commit ac87584Copy full SHA for ac87584
tests/NHapi.NUnit.SourceGeneration/NHapi.NUnit.SourceGeneration.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFramework>net8.0</TargetFramework>
@@ -27,7 +27,7 @@
27
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
28
</PackageReference>
29
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.3" />
30
- <PackageReference Include="Verify.NUnit" Version="28.13.0" />
+ <PackageReference Include="Verify.NUnit" Version="29.2.0" />
31
</ItemGroup>
32
33
<ItemGroup>
0 commit comments