Skip to content

Commit 9ac3b88

Browse files
committed
Update V8 to 9.1.269.9
1 parent a5ebde3 commit 9ac3b88

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Source/Noesis.Javascript/JavaScript.Net.vcxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\..\packages\v8-v142-x86.8.4.371.13\build\native\v8-v142-x86.props" Condition="Exists('..\..\packages\v8-v142-x86.8.4.371.13\build\native\v8-v142-x86.props')" />
4-
<Import Project="..\..\packages\v8.redist-v142-x86.8.4.371.13\build\native\v8.redist-v142-x86.props" Condition="Exists('..\..\packages\v8.redist-v142-x86.8.4.371.13\build\native\v8.redist-v142-x86.props')" />
5-
<Import Project="..\..\packages\v8-v142-x64.8.4.371.13\build\native\v8-v142-x64.props" Condition="Exists('..\..\packages\v8-v142-x64.8.4.371.13\build\native\v8-v142-x64.props')" />
6-
<Import Project="..\..\packages\v8.redist-v142-x64.8.4.371.13\build\native\v8.redist-v142-x64.props" Condition="Exists('..\..\packages\v8.redist-v142-x64.8.4.371.13\build\native\v8.redist-v142-x64.props')" />
3+
<Import Project="..\..\packages\v8-v142-x86.9.1.269.9\build\native\v8-v142-x86.props" Condition="Exists('..\..\packages\v8-v142-x86.9.1.269.9\build\native\v8-v142-x86.props')" />
4+
<Import Project="..\..\packages\v8.redist-v142-x86.9.1.269.9\build\native\v8.redist-v142-x86.props" Condition="Exists('..\..\packages\v8.redist-v142-x86.9.1.269.9\build\native\v8.redist-v142-x86.props')" />
5+
<Import Project="..\..\packages\v8-v142-x64.9.1.269.9\build\native\v8-v142-x64.props" Condition="Exists('..\..\packages\v8-v142-x64.9.1.269.9\build\native\v8-v142-x64.props')" />
6+
<Import Project="..\..\packages\v8.redist-v142-x64.9.1.269.9\build\native\v8.redist-v142-x64.props" Condition="Exists('..\..\packages\v8.redist-v142-x64.9.1.269.9\build\native\v8.redist-v142-x64.props')" />
77
<ItemGroup Label="ProjectConfigurations">
88
<ProjectConfiguration Include="Debug|Win32">
99
<Configuration>Debug</Configuration>
@@ -183,9 +183,9 @@
183183
<PropertyGroup>
184184
<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>
185185
</PropertyGroup>
186-
<Error Condition="!Exists('..\..\packages\v8.redist-v142-x64.8.4.371.13\build\native\v8.redist-v142-x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\v8.redist-v142-x64.8.4.371.13\build\native\v8.redist-v142-x64.props'))" />
187-
<Error Condition="!Exists('..\..\packages\v8-v142-x64.8.4.371.13\build\native\v8-v142-x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\v8-v142-x64.8.4.371.13\build\native\v8-v142-x64.props'))" />
188-
<Error Condition="!Exists('..\..\packages\v8.redist-v142-x86.8.4.371.13\build\native\v8.redist-v142-x86.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\v8.redist-v142-x86.8.4.371.13\build\native\v8.redist-v142-x86.props'))" />
189-
<Error Condition="!Exists('..\..\packages\v8-v142-x86.8.4.371.13\build\native\v8-v142-x86.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\v8-v142-x86.8.4.371.13\build\native\v8-v142-x86.props'))" />
186+
<Error Condition="!Exists('..\..\packages\v8.redist-v142-x64.9.1.269.9\build\native\v8.redist-v142-x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\v8.redist-v142-x64.9.1.269.9\build\native\v8.redist-v142-x64.props'))" />
187+
<Error Condition="!Exists('..\..\packages\v8-v142-x64.9.1.269.9\build\native\v8-v142-x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\v8-v142-x64.9.1.269.9\build\native\v8-v142-x64.props'))" />
188+
<Error Condition="!Exists('..\..\packages\v8.redist-v142-x86.9.1.269.9\build\native\v8.redist-v142-x86.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\v8.redist-v142-x86.9.1.269.9\build\native\v8.redist-v142-x86.props'))" />
189+
<Error Condition="!Exists('..\..\packages\v8-v142-x86.9.1.269.9\build\native\v8-v142-x86.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\v8-v142-x86.9.1.269.9\build\native\v8-v142-x86.props'))" />
190190
</Target>
191191
</Project>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="v8.redist-v142-x64" version="8.4.371.13" targetFramework="native" />
4-
<package id="v8.redist-v142-x86" version="8.4.371.13" targetFramework="native" />
5-
<package id="v8-v142-x64" version="8.4.371.13" targetFramework="native" />
6-
<package id="v8-v142-x86" version="8.4.371.13" targetFramework="native" />
3+
<package id="v8.redist-v142-x64" version="9.1.269.9" targetFramework="native" />
4+
<package id="v8.redist-v142-x86" version="9.1.269.9" targetFramework="native" />
5+
<package id="v8-v142-x64" version="9.1.269.9" targetFramework="native" />
6+
<package id="v8-v142-x86" version="9.1.269.9" targetFramework="native" />
77
</packages>

0 commit comments

Comments
 (0)