Skip to content

Commit d5716bf

Browse files
build: Bump xunit from 2.6.1 to 2.6.2 (#214)
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](xunit/xunit@2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1bb675 commit d5716bf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,5 @@ dotnet_diagnostic.CA1861.severity = none # Avoid constant arrays as argum
185185
dotnet_diagnostic.CS1574.severity = none # XML comment has cref attribute that could not be resolved
186186

187187
dotnet_diagnostic.IDE0251.severity = none # Make member 'readonly'
188+
189+
dotnet_diagnostic.xUnit1012.severity = none # Make member 'readonly'

src/dscom.test/dscom.test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1919
<PackageReference Include="moq" Version="4.20.69" />
2020
<PackageReference Include="NETStandard.Library" Version="2.0.3" />
21-
<PackageReference Include="xunit" Version="2.6.1" />
21+
<PackageReference Include="xunit" Version="2.6.2" />
2222
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)