Skip to content

Commit

Permalink
Bump Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static fr…
Browse files Browse the repository at this point in the history
…om 1.8.1.5 to 1.8.1.6 in /test/OpenTelemetry.AutoInstrumentation.Native.Tests (#674)

* Bump Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static

Bumps [Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static](https://github.com/Microsoft/TestAdapterForGoogleTest) from 1.8.1.5 to 1.8.1.6.
- [Release notes](https://github.com/Microsoft/TestAdapterForGoogleTest/releases)
- [Commits](https://github.com/Microsoft/TestAdapterForGoogleTest/commits)

---
updated-dependencies:
- dependency-name: Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix references to version 1.8.1.6

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <[email protected]>
  • Loading branch information
dependabot[bot] and Kielek authored May 27, 2022
1 parent 2d5097d commit 6e31d56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="..\..\packages\nlohmann.json.3.10.5\build\native\nlohmann.json.targets" Condition="Exists('..\..\packages\nlohmann.json.3.10.5\build\native\nlohmann.json.targets')" />
<Import Project="..\..\packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.1.8.1.5\build\native\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.targets" Condition="Exists('..\..\packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.1.8.1.5\build\native\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.targets')" />
<Import Project="..\..\packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.1.8.1.6\build\native\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.targets" Condition="Exists('..\..\packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.1.8.1.6\build\native\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.targets')" />
</ImportGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down Expand Up @@ -197,6 +197,6 @@
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\..\packages\nlohmann.json.3.10.5\build\native\nlohmann.json.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\nlohmann.json.3.10.5\build\native\nlohmann.json.targets'))" />
<Error Condition="!Exists('..\..\packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.1.8.1.5\build\native\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.1.8.1.5\build\native\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.targets'))" />
<Error Condition="!Exists('..\..\packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.1.8.1.6\build\native\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.1.8.1.6\build\native\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.targets'))" />
</Target>
</Project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static" version="1.8.1.5" targetFramework="native" />
<package id="Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static" version="1.8.1.6" targetFramework="native" />
<package id="nlohmann.json" version="3.10.5" targetFramework="native" />
</packages>

0 comments on commit 6e31d56

Please sign in to comment.