We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072fa39 commit 2c8f285Copy full SHA for 2c8f285
build/dependencies.props
@@ -5,7 +5,7 @@
5
</PropertyGroup>
6
<PropertyGroup>
7
<MoqVersion>4.7.10</MoqVersion>
8
- <xUnitVersion>2.2.0</xUnitVersion>
+ <xUnitVersion>2.3.1</xUnitVersion>
9
<BogusVersion>8.0.1-beta-1</BogusVersion>
10
11
</Project>
test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
@@ -30,5 +30,9 @@
30
<PackageReference Include="Microsoft.DotNet.InternalAbstractions" Version="1.0.0" />
31
<PackageReference Include="Moq" Version="$(MoqVersion)" />
32
</ItemGroup>
33
-
+
34
+ <ItemGroup>
35
+ <DotNetCliToolReference Include="dotnet-xunit" Version="$(XUnitVersion)" />
36
+ <DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0" />
37
+ </ItemGroup>
38
0 commit comments