Skip to content

Commit 2e80024

Browse files
dependabot[bot]kzu
authored andcommitted
Bump the tests group across 1 directory with 3 updates
Bumps the tests group with 3 updates in the / directory: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest), [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) and [xunit](https://github.com/xunit/xunit). Updates `Microsoft.NET.Test.Sdk` from 17.10.0 to 17.12.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.10.0...v17.12.0) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `xunit` from 2.9.0 to 2.9.2 - [Commits](xunit/xunit@v2-2.9.0...v2-2.9.2) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e56e870 commit 2e80024

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/NuGetizer.Tests/NuGetizer.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<PackageReference Include="System.IO.Compression.ZipFile" Version="4.3.0" />
2121
<PackageReference Include="NuGet.Packaging" Version="6.10.1" />
2222
<PackageReference Include="NuGet.ProjectManagement" Version="4.2.0" />
23-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
23+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
2424
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.10.0" />
25-
<PackageReference Include="xunit" Version="2.9.0" />
25+
<PackageReference Include="xunit" Version="2.9.2" />
2626
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
2727
<PackageReference Include="ThisAssembly.Project" Version="1.5.0" PrivateAssets="all" />
2828
<PackageReference Include="ThisAssembly.Strings" Version="1.5.0" PrivateAssets="all" />

0 commit comments

Comments
 (0)