[Deps]Upgrade boost to 1.84 (#30504)

* Upgrading boost
This commit is contained in:
Clint Rutkas
2023-12-18 05:32:27 -08:00
committed by GitHub
parent f28f52015e
commit ee22581913
10 changed files with 30 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="boost" version="1.80.0" targetFramework="native" />
<package id="boost_regex-vc143" version="1.80.0" targetFramework="native" />
<package id="boost" version="1.84.0" targetFramework="native" />
<package id="boost_regex-vc143" version="1.84.0" targetFramework="native" />
<package id="Microsoft.Windows.CppWinRT" version="2.0.221104.6" targetFramework="native" />
</packages>