Skip to content

Commit 2c8f285

Browse files
committed
chore(csproj): upgrade xunit and include dotnet watch
1 parent 072fa39 commit 2c8f285

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build/dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66
<PropertyGroup>
77
<MoqVersion>4.7.10</MoqVersion>
8-
<xUnitVersion>2.2.0</xUnitVersion>
8+
<xUnitVersion>2.3.1</xUnitVersion>
99
<BogusVersion>8.0.1-beta-1</BogusVersion>
1010
</PropertyGroup>
1111
</Project>

test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@
3030
<PackageReference Include="Microsoft.DotNet.InternalAbstractions" Version="1.0.0" />
3131
<PackageReference Include="Moq" Version="$(MoqVersion)" />
3232
</ItemGroup>
33-
33+
34+
<ItemGroup>
35+
<DotNetCliToolReference Include="dotnet-xunit" Version="$(XUnitVersion)" />
36+
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0" />
37+
</ItemGroup>
3438
</Project>

0 commit comments

Comments
 (0)