-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the all group with 2 updates (#8)
Bumps the all group with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx). Updates `MSTest.TestAdapter` from 3.1.1 to 3.3.1 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.1.1...v3.3.1) Updates `MSTest.TestFramework` from 3.1.1 to 3.3.1 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.1.1...v3.3.1) --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2d57f0b
commit 7adbcd6
Showing
2 changed files
with
98 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="MSTest.TestAdapter" version="3.1.1" targetFramework="net48" /> | ||
<package id="MSTest.TestFramework" version="3.1.1" targetFramework="net48" /> | ||
<package id="Microsoft.ApplicationInsights" version="2.22.0" targetFramework="net48" /> | ||
<package id="Microsoft.Testing.Extensions.Telemetry" version="1.1.0" targetFramework="net48" /> | ||
<package id="Microsoft.Testing.Extensions.TrxReport.Abstractions" version="1.1.0" targetFramework="net48" /> | ||
<package id="Microsoft.Testing.Extensions.VSTestBridge" version="1.1.0" targetFramework="net48" /> | ||
<package id="Microsoft.Testing.Platform" version="1.1.0" targetFramework="net48" /> | ||
<package id="Microsoft.Testing.Platform.MSBuild" version="1.1.0" targetFramework="net48" /> | ||
<package id="Microsoft.TestPlatform.ObjectModel" version="17.9.0" targetFramework="net48" /> | ||
<package id="MSTest.TestAdapter" version="3.3.1" targetFramework="net48" /> | ||
<package id="MSTest.TestFramework" version="3.3.1" targetFramework="net48" /> | ||
<package id="System.Buffers" version="4.5.1" targetFramework="net48" /> | ||
<package id="System.Collections.Immutable" version="8.0.0" targetFramework="net48" /> | ||
<package id="System.Diagnostics.DiagnosticSource" version="8.0.1" targetFramework="net48" /> | ||
<package id="System.Memory" version="4.5.5" targetFramework="net48" /> | ||
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net48" /> | ||
<package id="System.Reflection.Metadata" version="8.0.0" targetFramework="net48" /> | ||
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net48" /> | ||
</packages> |