Upgrading Boost dependencies (#38782)

Upgrading Boost
This commit is contained in:
Clint Rutkas
2025-04-15 18:57:58 +00:00
committed by GitHub
parent 2b5181b4c9
commit d3c4e808d0
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.84.0" targetFramework="native" />
<package id="boost_regex-vc143" version="1.84.0" targetFramework="native" />
<package id="boost" version="1.87.0" targetFramework="native" />
<package id="boost_regex-vc143" version="1.87.0" targetFramework="native" />
<package id="Microsoft.Windows.CppWinRT" version="2.0.240111.5" targetFramework="native" />
</packages>