diff --git a/change/react-native-windows-641da1de-87ce-4875-a40b-2258ff1e3905.json b/change/react-native-windows-641da1de-87ce-4875-a40b-2258ff1e3905.json new file mode 100644 index 00000000000..54797f97b8c --- /dev/null +++ b/change/react-native-windows-641da1de-87ce-4875-a40b-2258ff1e3905.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "Upgrade to boost 1.83 (#13511)", + "packageName": "react-native-windows", + "email": "julio.rocha@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/vnext/Common/Common.vcxproj b/vnext/Common/Common.vcxproj index 34af040e48a..8c652366030 100644 --- a/vnext/Common/Common.vcxproj +++ b/vnext/Common/Common.vcxproj @@ -94,7 +94,7 @@ - + diff --git a/vnext/Common/packages.lock.json b/vnext/Common/packages.lock.json index f0aa2ffd21f..00e51a8495a 100644 --- a/vnext/Common/packages.lock.json +++ b/vnext/Common/packages.lock.json @@ -4,9 +4,9 @@ "native,Version=v0.0": { "boost": { "type": "Direct", - "requested": "[1.76.0, )", - "resolved": "1.76.0", - "contentHash": "p+w3YvNdXL8Cu9Fzrmexssu0tZbWxuf6ywsQqHjDlKFE5ojXHof1HIyMC3zDLfLnh80dIeFcEUAuR2Asg/XHRA==" + "requested": "[1.83.0, )", + "resolved": "1.83.0", + "contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ==" }, "Microsoft.Windows.CppWinRT": { "type": "Direct", diff --git a/vnext/Desktop.ABITests/packages.lock.json b/vnext/Desktop.ABITests/packages.lock.json index d03f860a86a..b9eabbed2a6 100644 --- a/vnext/Desktop.ABITests/packages.lock.json +++ b/vnext/Desktop.ABITests/packages.lock.json @@ -16,8 +16,8 @@ }, "boost": { "type": "Transitive", - "resolved": "1.76.0", - "contentHash": "p+w3YvNdXL8Cu9Fzrmexssu0tZbWxuf6ywsQqHjDlKFE5ojXHof1HIyMC3zDLfLnh80dIeFcEUAuR2Asg/XHRA==" + "resolved": "1.83.0", + "contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ==" }, "Microsoft.Build.Tasks.Git": { "type": "Transitive", @@ -56,7 +56,7 @@ "common": { "type": "Project", "dependencies": { - "boost": "[1.76.0, )" + "boost": "[1.83.0, )" } }, "fmt": { @@ -104,7 +104,7 @@ "type": "Project", "dependencies": { "Folly": "[1.0.0, )", - "boost": "[1.76.0, )" + "boost": "[1.83.0, )" } } }, @@ -113,4 +113,4 @@ "native,Version=v0.0/win-x64": {}, "native,Version=v0.0/win-x86": {} } -} \ No newline at end of file +} diff --git a/vnext/Desktop.DLL/React.Windows.Desktop.DLL.vcxproj b/vnext/Desktop.DLL/React.Windows.Desktop.DLL.vcxproj index abd99e58705..931bcf4ad41 100644 --- a/vnext/Desktop.DLL/React.Windows.Desktop.DLL.vcxproj +++ b/vnext/Desktop.DLL/React.Windows.Desktop.DLL.vcxproj @@ -172,7 +172,7 @@ - + diff --git a/vnext/Desktop.DLL/packages.lock.json b/vnext/Desktop.DLL/packages.lock.json index 2e3f8422384..69fe5a4b1d8 100644 --- a/vnext/Desktop.DLL/packages.lock.json +++ b/vnext/Desktop.DLL/packages.lock.json @@ -4,9 +4,9 @@ "native,Version=v0.0": { "boost": { "type": "Direct", - "requested": "[1.76.0, )", - "resolved": "1.76.0", - "contentHash": "p+w3YvNdXL8Cu9Fzrmexssu0tZbWxuf6ywsQqHjDlKFE5ojXHof1HIyMC3zDLfLnh80dIeFcEUAuR2Asg/XHRA==" + "requested": "[1.83.0, )", + "resolved": "1.83.0", + "contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ==" }, "Microsoft.JavaScript.Hermes": { "type": "Direct", @@ -49,7 +49,7 @@ "common": { "type": "Project", "dependencies": { - "boost": "[1.76.0, )" + "boost": "[1.83.0, )" } }, "fmt": { @@ -86,7 +86,7 @@ "type": "Project", "dependencies": { "Folly": "[1.0.0, )", - "boost": "[1.76.0, )" + "boost": "[1.83.0, )" } } } diff --git a/vnext/Desktop.IntegrationTests/React.Windows.Desktop.IntegrationTests.vcxproj b/vnext/Desktop.IntegrationTests/React.Windows.Desktop.IntegrationTests.vcxproj index 9856ed0df0c..f15246f5707 100644 --- a/vnext/Desktop.IntegrationTests/React.Windows.Desktop.IntegrationTests.vcxproj +++ b/vnext/Desktop.IntegrationTests/React.Windows.Desktop.IntegrationTests.vcxproj @@ -138,7 +138,7 @@ - + diff --git a/vnext/Desktop.IntegrationTests/WebSocketIntegrationTest.cpp b/vnext/Desktop.IntegrationTests/WebSocketIntegrationTest.cpp index 692437fcdff..3e30d45a3a3 100644 --- a/vnext/Desktop.IntegrationTests/WebSocketIntegrationTest.cpp +++ b/vnext/Desktop.IntegrationTests/WebSocketIntegrationTest.cpp @@ -255,7 +255,7 @@ TEST_CLASS (WebSocketIntegrationTest) string cookie; auto server = make_shared(s_port); server->SetOnHandshake([server](boost::beast::websocket::response_type &response) { - auto cookie = response[boost::beast::http::field::cookie].to_string(); + auto cookie = string{response[boost::beast::http::field::cookie]}; server->SetMessageFactory([cookie](string &&) { return cookie; }); }); auto ws = IWebSocketResource::Make(); diff --git a/vnext/Desktop.IntegrationTests/packages.lock.json b/vnext/Desktop.IntegrationTests/packages.lock.json index ada2dfdd0dc..a4b3d7ab89d 100644 --- a/vnext/Desktop.IntegrationTests/packages.lock.json +++ b/vnext/Desktop.IntegrationTests/packages.lock.json @@ -4,9 +4,9 @@ "native,Version=v0.0": { "boost": { "type": "Direct", - "requested": "[1.76.0, )", - "resolved": "1.76.0", - "contentHash": "p+w3YvNdXL8Cu9Fzrmexssu0tZbWxuf6ywsQqHjDlKFE5ojXHof1HIyMC3zDLfLnh80dIeFcEUAuR2Asg/XHRA==" + "requested": "[1.83.0, )", + "resolved": "1.83.0", + "contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ==" }, "Microsoft.Windows.CppWinRT": { "type": "Direct", @@ -52,7 +52,7 @@ "common": { "type": "Project", "dependencies": { - "boost": "[1.76.0, )" + "boost": "[1.83.0, )" } }, "fmt": { @@ -101,23 +101,23 @@ "dependencies": { "Common": "[1.0.0, )", "Folly": "[1.0.0, )", - "boost": "[1.76.0, )" + "boost": "[1.83.0, )" } }, "react.windows.test": { "type": "Project", "dependencies": { "ReactWindows.OpenSSL.StdCall.Static": "[1.0.2-p.5, )", - "boost": "[1.76.0, )" + "boost": "[1.83.0, )" } }, "reactcommon": { "type": "Project", "dependencies": { "Folly": "[1.0.0, )", - "boost": "[1.76.0, )" + "boost": "[1.83.0, )" } } } } -} \ No newline at end of file +} diff --git a/vnext/Desktop.Test.DLL/React.Windows.Desktop.Test.DLL.vcxproj b/vnext/Desktop.Test.DLL/React.Windows.Desktop.Test.DLL.vcxproj index 9ee0e7f13ff..fda8c8cf40b 100644 --- a/vnext/Desktop.Test.DLL/React.Windows.Desktop.Test.DLL.vcxproj +++ b/vnext/Desktop.Test.DLL/React.Windows.Desktop.Test.DLL.vcxproj @@ -88,7 +88,7 @@ - + diff --git a/vnext/Desktop.Test.DLL/packages.lock.json b/vnext/Desktop.Test.DLL/packages.lock.json index ab44cb7ef55..cfbeef79824 100644 --- a/vnext/Desktop.Test.DLL/packages.lock.json +++ b/vnext/Desktop.Test.DLL/packages.lock.json @@ -4,9 +4,9 @@ "native,Version=v0.0": { "boost": { "type": "Direct", - "requested": "[1.76.0, )", - "resolved": "1.76.0", - "contentHash": "p+w3YvNdXL8Cu9Fzrmexssu0tZbWxuf6ywsQqHjDlKFE5ojXHof1HIyMC3zDLfLnh80dIeFcEUAuR2Asg/XHRA==" + "requested": "[1.83.0, )", + "resolved": "1.83.0", + "contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ==" }, "ReactWindows.OpenSSL.StdCall.Static": { "type": "Direct", @@ -18,7 +18,7 @@ "type": "Project", "dependencies": { "ReactWindows.OpenSSL.StdCall.Static": "[1.0.2-p.5, )", - "boost": "[1.76.0, )" + "boost": "[1.83.0, )" } } } diff --git a/vnext/Desktop.UnitTests/React.Windows.Desktop.UnitTests.vcxproj b/vnext/Desktop.UnitTests/React.Windows.Desktop.UnitTests.vcxproj index 95aca424103..7d3ee97fe08 100644 --- a/vnext/Desktop.UnitTests/React.Windows.Desktop.UnitTests.vcxproj +++ b/vnext/Desktop.UnitTests/React.Windows.Desktop.UnitTests.vcxproj @@ -128,7 +128,7 @@ - + diff --git a/vnext/Desktop.UnitTests/packages.lock.json b/vnext/Desktop.UnitTests/packages.lock.json index 592324db0a2..571700b544d 100644 --- a/vnext/Desktop.UnitTests/packages.lock.json +++ b/vnext/Desktop.UnitTests/packages.lock.json @@ -4,9 +4,9 @@ "native,Version=v0.0": { "boost": { "type": "Direct", - "requested": "[1.76.0, )", - "resolved": "1.76.0", - "contentHash": "p+w3YvNdXL8Cu9Fzrmexssu0tZbWxuf6ywsQqHjDlKFE5ojXHof1HIyMC3zDLfLnh80dIeFcEUAuR2Asg/XHRA==" + "requested": "[1.83.0, )", + "resolved": "1.83.0", + "contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ==" }, "Microsoft.Windows.CppWinRT": { "type": "Direct", @@ -52,7 +52,7 @@ "common": { "type": "Project", "dependencies": { - "boost": "[1.76.0, )" + "boost": "[1.83.0, )" } }, "fmt": { @@ -89,9 +89,9 @@ "type": "Project", "dependencies": { "Folly": "[1.0.0, )", - "boost": "[1.76.0, )" + "boost": "[1.83.0, )" } } } } -} \ No newline at end of file +} diff --git a/vnext/Desktop/React.Windows.Desktop.vcxproj b/vnext/Desktop/React.Windows.Desktop.vcxproj index 123b3409d9c..31f70de29aa 100644 --- a/vnext/Desktop/React.Windows.Desktop.vcxproj +++ b/vnext/Desktop/React.Windows.Desktop.vcxproj @@ -280,7 +280,7 @@ - + diff --git a/vnext/Desktop/packages.lock.json b/vnext/Desktop/packages.lock.json index 4cbe5db1cf4..1f72f346662 100644 --- a/vnext/Desktop/packages.lock.json +++ b/vnext/Desktop/packages.lock.json @@ -4,9 +4,9 @@ "native,Version=v0.0": { "boost": { "type": "Direct", - "requested": "[1.76.0, )", - "resolved": "1.76.0", - "contentHash": "p+w3YvNdXL8Cu9Fzrmexssu0tZbWxuf6ywsQqHjDlKFE5ojXHof1HIyMC3zDLfLnh80dIeFcEUAuR2Asg/XHRA==" + "requested": "[1.83.0, )", + "resolved": "1.83.0", + "contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ==" }, "Microsoft.JavaScript.Hermes": { "type": "Direct", @@ -55,7 +55,7 @@ "common": { "type": "Project", "dependencies": { - "boost": "[1.76.0, )" + "boost": "[1.83.0, )" } }, "fmt": { @@ -64,8 +64,8 @@ "folly": { "type": "Project", "dependencies": { - "boost": "[1.76.0, )", - "fmt": "[1.0.0, )" + "Fmt": "[1.0.0, )", + "boost": "[1.83.0, )" } }, "follywin32": { @@ -78,7 +78,7 @@ "type": "Project", "dependencies": { "Folly": "[1.0.0, )", - "boost": "[1.76.0, )" + "boost": "[1.83.0, )" } } }, diff --git a/vnext/Folly/Folly.vcxproj b/vnext/Folly/Folly.vcxproj index 1a22164ae4e..bca73c74f1c 100644 --- a/vnext/Folly/Folly.vcxproj +++ b/vnext/Folly/Folly.vcxproj @@ -325,7 +325,7 @@ - + diff --git a/vnext/Folly/packages.lock.json b/vnext/Folly/packages.lock.json index 8b6463dd44b..1b7f22423b4 100644 --- a/vnext/Folly/packages.lock.json +++ b/vnext/Folly/packages.lock.json @@ -4,9 +4,9 @@ "native,Version=v0.0": { "boost": { "type": "Direct", - "requested": "[1.76.0, )", - "resolved": "1.76.0", - "contentHash": "p+w3YvNdXL8Cu9Fzrmexssu0tZbWxuf6ywsQqHjDlKFE5ojXHof1HIyMC3zDLfLnh80dIeFcEUAuR2Asg/XHRA==" + "requested": "[1.83.0, )", + "resolved": "1.83.0", + "contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ==" }, "fmt": { "type": "Project" diff --git a/vnext/FollyWin32/packages.lock.json b/vnext/FollyWin32/packages.lock.json index abdd0efbf5b..f3d73049db6 100644 --- a/vnext/FollyWin32/packages.lock.json +++ b/vnext/FollyWin32/packages.lock.json @@ -4,8 +4,8 @@ "native,Version=v0.0": { "boost": { "type": "Transitive", - "resolved": "1.76.0", - "contentHash": "p+w3YvNdXL8Cu9Fzrmexssu0tZbWxuf6ywsQqHjDlKFE5ojXHof1HIyMC3zDLfLnh80dIeFcEUAuR2Asg/XHRA==" + "resolved": "1.83.0", + "contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ==" }, "fmt": { "type": "Project" @@ -14,7 +14,7 @@ "type": "Project", "dependencies": { "Fmt": "[1.0.0, )", - "boost": "[1.76.0, )" + "boost": "[1.83.0, )" } } }, diff --git a/vnext/IntegrationTests/React.Windows.IntegrationTests.vcxproj b/vnext/IntegrationTests/React.Windows.IntegrationTests.vcxproj index c3349374622..cd1180f1b1e 100644 --- a/vnext/IntegrationTests/React.Windows.IntegrationTests.vcxproj +++ b/vnext/IntegrationTests/React.Windows.IntegrationTests.vcxproj @@ -59,7 +59,6 @@ - /Zc:twoPhase- %(AdditionalOptions) NotUsing FOLLY_NO_CONFIG;RN_EXPORT=;%(PreprocessorDefinitions) @@ -96,7 +95,7 @@ - + diff --git a/vnext/IntegrationTests/packages.lock.json b/vnext/IntegrationTests/packages.lock.json index aa78becb918..a9444716528 100644 --- a/vnext/IntegrationTests/packages.lock.json +++ b/vnext/IntegrationTests/packages.lock.json @@ -4,14 +4,14 @@ "native,Version=v0.0": { "boost": { "type": "Direct", - "requested": "[1.76.0, )", - "resolved": "1.76.0", - "contentHash": "p+w3YvNdXL8Cu9Fzrmexssu0tZbWxuf6ywsQqHjDlKFE5ojXHof1HIyMC3zDLfLnh80dIeFcEUAuR2Asg/XHRA==" + "requested": "[1.83.0, )", + "resolved": "1.83.0", + "contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ==" }, "common": { "type": "Project", "dependencies": { - "boost": "[1.76.0, )" + "boost": "[1.83.0, )" } }, "fmt": { @@ -30,4 +30,4 @@ "native,Version=v0.0/win-x64": {}, "native,Version=v0.0/win-x86": {} } -} \ No newline at end of file +} diff --git a/vnext/Microsoft.ReactNative.ComponentTests/Microsoft.ReactNative.ComponentTests.vcxproj b/vnext/Microsoft.ReactNative.ComponentTests/Microsoft.ReactNative.ComponentTests.vcxproj index 3c8034c0704..914f2db3654 100644 --- a/vnext/Microsoft.ReactNative.ComponentTests/Microsoft.ReactNative.ComponentTests.vcxproj +++ b/vnext/Microsoft.ReactNative.ComponentTests/Microsoft.ReactNative.ComponentTests.vcxproj @@ -228,7 +228,7 @@ - + \ No newline at end of file diff --git a/vnext/Microsoft.ReactNative.IntegrationTests/Microsoft.ReactNative.IntegrationTests.vcxproj b/vnext/Microsoft.ReactNative.IntegrationTests/Microsoft.ReactNative.IntegrationTests.vcxproj index 2711d02fa80..df49dd325bf 100644 --- a/vnext/Microsoft.ReactNative.IntegrationTests/Microsoft.ReactNative.IntegrationTests.vcxproj +++ b/vnext/Microsoft.ReactNative.IntegrationTests/Microsoft.ReactNative.IntegrationTests.vcxproj @@ -161,7 +161,7 @@ - + diff --git a/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj b/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj index ddc47946839..f95f3265f36 100644 --- a/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj +++ b/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj @@ -638,7 +638,7 @@ - + diff --git a/vnext/PropertySheets/External/Microsoft.ReactNative.Composition.CppApp.targets b/vnext/PropertySheets/External/Microsoft.ReactNative.Composition.CppApp.targets index 22d9bea6c66..968e0a2b2df 100644 --- a/vnext/PropertySheets/External/Microsoft.ReactNative.Composition.CppApp.targets +++ b/vnext/PropertySheets/External/Microsoft.ReactNative.Composition.CppApp.targets @@ -12,7 +12,7 @@ - + diff --git a/vnext/ReactCommon.UnitTests/ReactCommon.UnitTests.vcxproj b/vnext/ReactCommon.UnitTests/ReactCommon.UnitTests.vcxproj index 4adec1b00df..1652bd7a643 100644 --- a/vnext/ReactCommon.UnitTests/ReactCommon.UnitTests.vcxproj +++ b/vnext/ReactCommon.UnitTests/ReactCommon.UnitTests.vcxproj @@ -178,7 +178,7 @@ - + diff --git a/vnext/ReactCommon.UnitTests/packages.lock.json b/vnext/ReactCommon.UnitTests/packages.lock.json index 18332b3c2d2..e7110bd8d68 100644 --- a/vnext/ReactCommon.UnitTests/packages.lock.json +++ b/vnext/ReactCommon.UnitTests/packages.lock.json @@ -4,9 +4,9 @@ "native,Version=v0.0": { "boost": { "type": "Direct", - "requested": "[1.76.0, )", - "resolved": "1.76.0", - "contentHash": "p+w3YvNdXL8Cu9Fzrmexssu0tZbWxuf6ywsQqHjDlKFE5ojXHof1HIyMC3zDLfLnh80dIeFcEUAuR2Asg/XHRA==" + "requested": "[1.83.0, )", + "resolved": "1.83.0", + "contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ==" }, "Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn": { "type": "Direct", @@ -52,7 +52,7 @@ "common": { "type": "Project", "dependencies": { - "boost": "[1.76.0, )" + "boost": "[1.83.0, )" } }, "fmt": { @@ -89,7 +89,7 @@ "type": "Project", "dependencies": { "Folly": "[1.0.0, )", - "boost": "[1.76.0, )" + "boost": "[1.83.0, )" } } }, @@ -98,4 +98,4 @@ "native,Version=v0.0/win-x64": {}, "native,Version=v0.0/win-x86": {} } -} \ No newline at end of file +} diff --git a/vnext/ReactCommon/ReactCommon.vcxproj b/vnext/ReactCommon/ReactCommon.vcxproj index 06571858a60..d2e8466dee8 100644 --- a/vnext/ReactCommon/ReactCommon.vcxproj +++ b/vnext/ReactCommon/ReactCommon.vcxproj @@ -190,7 +190,7 @@ - + $(NodeApiJsiDir)..\.node-api-jsi-zip diff --git a/vnext/ReactCommon/packages.lock.json b/vnext/ReactCommon/packages.lock.json index e6ed1cbb36b..edd6b0e7f98 100644 --- a/vnext/ReactCommon/packages.lock.json +++ b/vnext/ReactCommon/packages.lock.json @@ -4,9 +4,9 @@ "native,Version=v0.0": { "boost": { "type": "Direct", - "requested": "[1.76.0, )", - "resolved": "1.76.0", - "contentHash": "p+w3YvNdXL8Cu9Fzrmexssu0tZbWxuf6ywsQqHjDlKFE5ojXHof1HIyMC3zDLfLnh80dIeFcEUAuR2Asg/XHRA==" + "requested": "[1.83.0, )", + "resolved": "1.83.0", + "contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ==" }, "fmt": { "type": "Project" @@ -14,8 +14,8 @@ "folly": { "type": "Project", "dependencies": { - "boost": "[1.76.0, )", - "fmt": "[1.0.0, )" + "Fmt": "[1.0.0, )", + "boost": "[1.83.0, )" } } }, diff --git a/vnext/Test/React.Windows.Test.vcxproj b/vnext/Test/React.Windows.Test.vcxproj index 8a37193a375..a1046a4fbe1 100644 --- a/vnext/Test/React.Windows.Test.vcxproj +++ b/vnext/Test/React.Windows.Test.vcxproj @@ -58,7 +58,10 @@ - %(AdditionalOptions) /bigobj /Zc:twoPhase- + + %(AdditionalOptions) + /bigobj + NotUsing