Skip to content

Commit add48d9

Browse files
authored
Merge pull request #363 from rpgrca/dependabot/nuget/ABM/multi-8edd49d768
Bump Microsoft.TestPlatform.ObjectModel, System.Collections.Immutable and System.Reflection.Metadata in /ABM
2 parents 4506d9a + 884b69e commit add48d9

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
@@ -66,15 +66,15 @@
6666
</PropertyGroup>
6767
<ItemGroup>
6868
<Reference Include="Microsoft.TestPlatform.CoreUtilities, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
69-
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.11.1\lib\net462\Microsoft.TestPlatform.CoreUtilities.dll</HintPath>
69+
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.12.0\lib\net462\Microsoft.TestPlatform.CoreUtilities.dll</HintPath>
7070
<Private>True</Private>
7171
</Reference>
7272
<Reference Include="Microsoft.TestPlatform.PlatformAbstractions, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
73-
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.11.1\lib\net462\Microsoft.TestPlatform.PlatformAbstractions.dll</HintPath>
73+
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.12.0\lib\net462\Microsoft.TestPlatform.PlatformAbstractions.dll</HintPath>
7474
<Private>True</Private>
7575
</Reference>
7676
<Reference Include="Microsoft.VisualStudio.TestPlatform.ObjectModel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
77-
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.11.1\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll</HintPath>
77+
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.12.0\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll</HintPath>
7878
<Private>True</Private>
7979
</Reference>
8080
<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.11.1" targetFramework="net472" />
3+
<package id="Microsoft.TestPlatform.ObjectModel" version="17.12.0" targetFramework="net472" />
44
<package id="System.Buffers" version="4.6.0" targetFramework="net472" />
55
<package id="System.Collections.Immutable" version="9.0.0" targetFramework="net472" />
66
<package id="System.Memory" version="4.5.5" targetFramework="net472" />

0 commit comments

Comments
 (0)