Skip to content

Commit 64bff3e

Browse files
dependabot[bot]kzu
authored andcommitted
Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 in the tests group
Bumps the tests group with 1 update: [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `xunit.runner.visualstudio` from 2.8.2 to 3.0.0 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.8.2...3.0.0) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-major dependency-group: tests ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a4de222 commit 64bff3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/StructId.FunctionalTests/StructId.FunctionalTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
1818
<PackageReference Include="Ulid" Version="1.3.4" />
1919
<PackageReference Include="xunit" Version="2.9.2" />
20-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
20+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" />
2121
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2222
<PackageReference Include="Scriban" Version="5.12.1" GeneratePathProperty="true" />
2323
</ItemGroup>

src/StructId.Tests/StructId.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1313
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
1414
<PackageReference Include="xunit" Version="2.9.2" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
15+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" />
1616
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" />
1717
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" />
1818
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing" Version="1.1.2" />

0 commit comments

Comments
 (0)