Skip to content

Commit

Permalink
Update Microsoft.TestPlatform.ObjectModel for dependabot (#257)
Browse files Browse the repository at this point in the history
***NO_CI***
  • Loading branch information
CoryCharlton authored May 24, 2024
1 parent b52c518 commit bb8085e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
4 changes: 2 additions & 2 deletions source/TestAdapter/nanoFramework.TestAdapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<ItemGroup>
<PackageReference Include="CliWrap" Version="3.6.1" />
<PackageReference Include="ICSharpCode.Decompiler" Version="7.2.1.6856" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.5.0" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.10.0" />
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.42" />
<PackageReference Include="Nerdbank.GitVersioning">
<Version>3.6.132</Version>
<Version>3.6.133</Version>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down
18 changes: 6 additions & 12 deletions source/TestAdapter/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@
},
"Microsoft.TestPlatform.ObjectModel": {
"type": "Direct",
"requested": "[17.5.0, )",
"resolved": "17.5.0",
"contentHash": "QwiBJcC/oEA1kojOaB0uPWOIo4i6BYuTBBYJVhUvmXkyYqZ2Ut/VZfgi+enf8LF8J4sjO98oRRFt39MiRorcIw==",
"requested": "[17.10.0, )",
"resolved": "17.10.0",
"contentHash": "KkwhjQevuDj0aBRoPLY6OLAhGqbPUEBuKLbaCs0kUVw29qiOYncdORd4mLVJbn9vGZ7/iFGQ/+AoJl0Tu5Umdg==",
"dependencies": {
"NuGet.Frameworks": "5.11.0",
"System.Reflection.Metadata": "1.6.0"
}
},
Expand All @@ -49,9 +48,9 @@
},
"Nerdbank.GitVersioning": {
"type": "Direct",
"requested": "[3.6.132, )",
"resolved": "3.6.132",
"contentHash": "t5aTPfMt+E7qsAIWyN7xcmmLQohzS6Ax6cmDLEk4RkRIJq878PR/JG+HhvCbn5DlxRHMWLQZBjuTFypDrDjClw=="
"requested": "[3.6.133, )",
"resolved": "3.6.133",
"contentHash": "VZWMd5YAeDxpjWjAP/X6bAxnRMiEf6tES/ITN0X5CHJgkWLLeHGmEALivmTAfYM6P+P/3Szy6VCITUAkqjcHVw=="
},
"Newtonsoft.Json": {
"type": "Direct",
Expand Down Expand Up @@ -81,11 +80,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
"NuGet.Frameworks": {
"type": "Transitive",
"resolved": "5.11.0",
"contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q=="
},
"Polly": {
"type": "Transitive",
"resolved": "7.2.3",
Expand Down

0 comments on commit bb8085e

Please sign in to comment.