Skip to content

Commit

Permalink
Fixed Microsoft.ReactNative build in VS 16.6.0 (#4962)
Browse files Browse the repository at this point in the history
* Fixed Microsoft.ReactNative build in VS 16.6.0

* Change files
  • Loading branch information
vmoroz authored and NickGerleman committed Jun 2, 2020
1 parent be634f7 commit 01495ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "prerelease",
"comment": "Fixed Microsoft.ReactNative build in VS 16.6.0",
"packageName": "react-native-windows",
"email": "vmorozov@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-05-21T04:06:49.892Z"
}
1 change: 1 addition & 0 deletions vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
</PreprocessorDefinitions>
<AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
<TreatWarningAsError>true</TreatWarningAsError>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>winsqlite3.lib;ChakraRT.lib;dxguid.lib;dloadhelper.lib;OneCoreUap.lib;%(AdditionalDependencies)</AdditionalDependencies>
Expand Down

0 comments on commit 01495ec

Please sign in to comment.