Skip to content

Commit 890c764

Browse files
dependabot[bot]Matthiee
authored andcommitted
Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.6.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.0 to 17.6.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.4.0...v17.6.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79185be commit 890c764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>net7.0</TargetFrameworks>
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
1515
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
17-
<PackageReference Include="Moq" Version="4.18.4" />
17+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
1818
<PackageReference Include="xunit" Version="2.4.2" />
1919
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)