We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36cda6 commit bbfaef5Copy full SHA for bbfaef5
1 file changed
test/Autofac.Extras.FakeItEasy.Test/Autofac.Extras.FakeItEasy.Test.csproj
@@ -21,12 +21,12 @@
21
</ItemGroup>
22
23
<ItemGroup>
24
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
25
- <PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
+ <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
26
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta006">
27
<PrivateAssets>All</PrivateAssets>
28
</PackageReference>
29
- <PackageReference Include="xunit" Version="2.2.0" />
+ <PackageReference Include="xunit" Version="2.3.1" />
30
31
32
<ProjectReference Include="..\..\src\Autofac.Extras.FakeItEasy\Autofac.Extras.FakeItEasy.csproj" />
0 commit comments