Skip to content

Commit a97a017

Browse files
authored
Merge branch 'main' into dependabot/nuget/xunit-2.8.1
2 parents 4eda737 + 4a67d4a commit a97a017

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/CSharpFunctionalExtensions.FluentAssertions.Tests/CSharpFunctionalExtensions.FluentAssertions.Tests.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
5-
65
<IsPackable>false</IsPackable>
76
</PropertyGroup>
87

98
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1110
<PackageReference Include="xunit" Version="2.8.1" />
12-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
11+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
1312
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1413
<PrivateAssets>all</PrivateAssets>
1514
</PackageReference>

0 commit comments

Comments
 (0)