Skip to content

Commit 88191c4

Browse files
author
jburnett
committed
Upgrade FluentAssertions and VisualStudio XUnit runner
1 parent be36464 commit 88191c4

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.config/dotnet-tools.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@
66
"version": "4.0.1",
77
"commands": [
88
"csmacnz.Coveralls"
9-
]
9+
],
10+
"rollForward": false
11+
},
12+
"dotnet-outdated-tool": {
13+
"version": "4.6.7",
14+
"commands": [
15+
"dotnet-outdated"
16+
],
17+
"rollForward": false
1018
}
1119
}
1220
}

common.test.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.*" />
1515
<PackageReference Include="xunit" Version="2.*" />
16-
<PackageReference Include="xunit.runner.visualstudio" Version="2.*" />
17-
<PackageReference Include="FluentAssertions" Version="6.*" />
16+
<PackageReference Include="xunit.runner.visualstudio" Version="3.*" />
17+
<PackageReference Include="FluentAssertions" Version="8.*" />
1818
</ItemGroup>
1919

2020

0 commit comments

Comments
 (0)