Skip to content

Commit 5978b10

Browse files
Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 (#214)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.7.2...v17.8.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93fa147 commit 5978b10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/GitHubApiStatus.Extensions.UnitTests/GitHubApiStatus.Extensions.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ItemGroup>
1212
<PackageReference Include="nunit" Version="3.14.0" />
1313
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1515
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" Condition="'$(TargetFramework)' == 'net7.0'" />
1616
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" Condition="'$(TargetFramework)' == 'net6.0'" />
1717
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.30" Condition="'$(TargetFramework)' == 'netcoreapp3.1'" />

src/GitHubApiStatus.UnitTests/GitHubApiStatus.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1111
<PackageReference Include="RichardSzalay.MockHttp" Version="6.0.0" />
1212
<PackageReference Include="NUnit" Version="3.14.0" />
1313
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" Condition="'$(TargetFramework)' == 'netcoreapp2.1'" />

0 commit comments

Comments
 (0)