Skip to content

Commit c51328b

Browse files
Bump xunit.runner.visualstudio and Microsoft.NETFramework.ReferenceAssemblies
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). These dependencies needed to be updated together. Updates `xunit.runner.visualstudio` from 2.8.2 to 3.0.2 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.8.2...3.0.2) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9c8a2e commit c51328b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="System.Threading.AccessControl" Version="8.0.0" />
1111
<PackageReference Include="xunit" Version="2.9.0" />
1212
<PackageReference Include="Verify.Xunit" Version="25.3.0" />
13-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
13+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" PrivateAssets="all" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
1515
<ProjectReference Include="..\AssemblyToProcess\AssemblyToProcess.csproj" />
1616
<ProjectReference Include="..\AssemblyWithHandlerInReference\AssemblyWithHandlerInReference.csproj" />

0 commit comments

Comments
 (0)