Skip to content

Commit

Permalink
Bump Microsoft.NET.Test.Sdk (#583)
Browse files Browse the repository at this point in the history
Bumps the microsofttest group with 1 update in the / directory: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest).


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)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: microsofttest
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Moseley <[email protected]>
  • Loading branch information
dependabot[bot] and danmoseley authored Jan 23, 2025
1 parent 62af3f2 commit f94f77c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/SamplesIntegrationTests/SamplesIntegrationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
<PackageReference Include="Aspire.Hosting.Testing" Version="9.0.0" />
<PackageReference Include="Aspire.Hosting.NodeJs" Version="9.0.0" />
<PackageReference Include="Aspire.Hosting.Python" Version="9.0.0" />

<PackageReference Include="coverlet.collector" Version="6.0.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" />

<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.Testing" Version="9.0.0" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.5.1" />
Expand Down

0 comments on commit f94f77c

Please sign in to comment.