Skip to content

Commit 735780f

Browse files
Bump Microsoft.TestPlatform.ObjectModel from 17.14.0 to 17.14.1
--- updated-dependencies: - dependency-name: Microsoft.TestPlatform.ObjectModel dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ca9b9e8 commit 735780f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ABM/ABM.Core.UnitTests/ABM.Core.UnitTests.vbproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@
7070
</PropertyGroup>
7171
<ItemGroup>
7272
<Reference Include="Microsoft.TestPlatform.CoreUtilities, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
73-
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.14.0\lib\net462\Microsoft.TestPlatform.CoreUtilities.dll</HintPath>
73+
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.14.1\lib\net462\Microsoft.TestPlatform.CoreUtilities.dll</HintPath>
7474
<Private>True</Private>
7575
</Reference>
7676
<Reference Include="Microsoft.TestPlatform.PlatformAbstractions, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
77-
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.14.0\lib\net462\Microsoft.TestPlatform.PlatformAbstractions.dll</HintPath>
77+
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.14.1\lib\net462\Microsoft.TestPlatform.PlatformAbstractions.dll</HintPath>
7878
<Private>True</Private>
7979
</Reference>
8080
<Reference Include="Microsoft.VisualStudio.TestPlatform.ObjectModel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
81-
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.14.0\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll</HintPath>
81+
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.14.1\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll</HintPath>
8282
<Private>True</Private>
8383
</Reference>
8484
<Reference Include="System" />

ABM/ABM.Core.UnitTests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.TestPlatform.ObjectModel" version="17.14.0" targetFramework="net472" />
3+
<package id="Microsoft.TestPlatform.ObjectModel" version="17.14.1" targetFramework="net472" />
44
<package id="System.Buffers" version="4.6.1" targetFramework="net472" />
55
<package id="System.Collections.Immutable" version="9.0.5" targetFramework="net472" />
66
<package id="System.Memory" version="4.6.3" targetFramework="net472" />

0 commit comments

Comments
 (0)