File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
# Execute Unit tests
7
7
cd tests
8
8
dotnet restore
9
- dotnet xunit
9
+ dotnet test
Original file line number Diff line number Diff line change 4
4
<IsPackable >false</IsPackable >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0 .0" />
8
- <PackageReference Include =" xunit" Version =" 2.3.0-beta4-build3742 " />
9
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.0-beta4-build3742 " />
10
- <DotNetCliToolReference Include =" dotnet-xunit" Version =" 2.3.0-beta4-build3742 " />
7
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.3 .0" />
8
+ <PackageReference Include =" xunit" Version =" 2.3.0" />
9
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.0" />
10
+ <DotNetCliToolReference Include =" dotnet-xunit" Version =" 2.3.0" />
11
11
</ItemGroup >
12
12
<ItemGroup >
13
13
<None Include =" assets/*" CopyToOutputDirectory =" Always" />
You can’t perform that action at this time.
0 commit comments