Skip to content

Commit 0966f7a

Browse files
authored
Merge pull request #22 from ladeak/dependabot/nuget/nuget-6e72b4c638
Bump xunit.v3 from 1.1.0 to 2.0.0 in the nuget group
2 parents 814d829 + 46624c8 commit 0966f7a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tests/CHttp.Api.Tests/CHttp.Api.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
</PackageReference>
2828
<PackageReference Include="coverlet.collector" Version="6.0.4" />
29-
<PackageReference Include="xunit.v3" Version="1.1.0" />
29+
<PackageReference Include="xunit.v3" Version="2.0.0" />
3030
</ItemGroup>
3131

3232
<ItemGroup>

tests/CHttp.Tests/CHttp.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>
2121
<PackageReference Include="coverlet.collector" Version="6.0.4" />
22-
<PackageReference Include="xunit.v3" Version="1.1.0" />
22+
<PackageReference Include="xunit.v3" Version="2.0.0" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

tests/CHttpExecutor.Tests/CHttpExecutor.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>
2020
<PackageReference Include="coverlet.collector" Version="6.0.4" />
21-
<PackageReference Include="xunit.v3" Version="1.1.0" />
21+
<PackageReference Include="xunit.v3" Version="2.0.0" />
2222
<PackageReference Include="coverlet.collector" Version="6.0.4" />
2323
</ItemGroup>
2424

tests/CHttpServer.Tests/CHttpServer.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>
27-
<PackageReference Include="xunit.v3" Version="1.1.0" />
27+
<PackageReference Include="xunit.v3" Version="2.0.0" />
2828
</ItemGroup>
2929

3030
<ItemGroup>

tests/TestWebApplication.Tests/TestWebApplication.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>
2121
<PackageReference Include="coverlet.collector" Version="6.0.4" />
22-
<PackageReference Include="xunit.v3" Version="1.1.0" />
22+
<PackageReference Include="xunit.v3" Version="2.0.0" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)