Skip to content

Commit bbfaef5

Browse files
author
Travis Illig
committed
Updated test project framework.
1 parent e36cda6 commit bbfaef5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/Autofac.Extras.FakeItEasy.Test/Autofac.Extras.FakeItEasy.Test.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
</ItemGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
25-
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
24+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
25+
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
2626
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta006">
2727
<PrivateAssets>All</PrivateAssets>
2828
</PackageReference>
29-
<PackageReference Include="xunit" Version="2.2.0" />
29+
<PackageReference Include="xunit" Version="2.3.1" />
3030
</ItemGroup>
3131
<ItemGroup>
3232
<ProjectReference Include="..\..\src\Autofac.Extras.FakeItEasy\Autofac.Extras.FakeItEasy.csproj" />

0 commit comments

Comments
 (0)