Skip to content

Commit 66d0c05

Browse files
chore(deps): update xunit-dotnet monorepo to 2.9.3
1 parent 1ab7c1c commit 66d0c05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NonProduction/DynamicData.Profile/DynamicData.Profile.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
13-
<PackageReference Include="xunit" Version="2.8.0" />
14-
<PackageReference Include="xunit.runner.console" Version="2.8.0" />
13+
<PackageReference Include="xunit" Version="2.9.3" />
14+
<PackageReference Include="xunit.runner.console" Version="2.9.3" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" />
1616
<PackageReference Include="FluentAssertions" Version="6.12.2" />
1717
<PackageReference Include="Microsoft.Reactive.Testing" Version="6.0.1" />

src/DynamicData.Tests/DynamicData.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>net8.0</TargetFrameworks>
44
<NoWarn>$(NoWarn);CS0618;CA1801;CA1812;CA1816;CA1062;CA1063;CS8767;CS8602;CS8618;IDE1006</NoWarn>
5-
<XunitVersion>2.7.0</XunitVersion>
5+
<XunitVersion>2.9.3</XunitVersion>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)