Skip to content

Commit 2fe0c1f

Browse files
committed
In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version 7.1.2 (support of V8 version 9.0.257.19)
1 parent 8739eac commit 2fe0c1f

File tree

20 files changed

+53
-60
lines changed

20 files changed

+53
-60
lines changed

samples/JavaScriptEngineSwitcher.Sample.AspNetCore1Full.Mvc1/JavaScriptEngineSwitcher.Sample.AspNetCore1Full.Mvc1.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
<PackageReference Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64" Version="3.9.1" />
3030
<PackageReference Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x64" Version="3.9.1" />
3131
<PackageReference Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x86" Version="3.9.1" />
32-
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-arm64" Version="7.1.1" />
33-
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x64" Version="7.1.1" />
34-
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x86" Version="7.1.1" />
32+
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-arm64" Version="7.1.2" />
33+
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x64" Version="7.1.2" />
34+
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x86" Version="7.1.2" />
3535

3636
<ProjectReference Include="../../src/JavaScriptEngineSwitcher.ChakraCore/JavaScriptEngineSwitcher.ChakraCore.csproj" />
3737
<ProjectReference Include="../../src/JavaScriptEngineSwitcher.Extensions.MsDependencyInjection/JavaScriptEngineSwitcher.Extensions.MsDependencyInjection.csproj" />

samples/JavaScriptEngineSwitcher.Sample.AspNetCore31.Mvc31/JavaScriptEngineSwitcher.Sample.AspNetCore31.Mvc31.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<PackageReference Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64" Version="3.9.1" />
2626
<PackageReference Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x64" Version="3.9.1" />
2727
<PackageReference Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x86" Version="3.9.1" />
28-
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-arm" Version="7.1.1" />
29-
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-arm64" Version="7.1.1" />
30-
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-x64" Version="7.1.1" />
31-
<PackageReference Include="Microsoft.ClearScript.V8.Native.osx-x64" Version="7.1.1" />
32-
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-arm64" Version="7.1.1" />
33-
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x64" Version="7.1.1" />
34-
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x86" Version="7.1.1" />
28+
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-arm" Version="7.1.2" />
29+
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-arm64" Version="7.1.2" />
30+
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-x64" Version="7.1.2" />
31+
<PackageReference Include="Microsoft.ClearScript.V8.Native.osx-x64" Version="7.1.2" />
32+
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-arm64" Version="7.1.2" />
33+
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x64" Version="7.1.2" />
34+
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x86" Version="7.1.2" />
3535

3636
<ProjectReference Include="../../src/JavaScriptEngineSwitcher.ChakraCore/JavaScriptEngineSwitcher.ChakraCore.csproj" />
3737
<ProjectReference Include="../../src/JavaScriptEngineSwitcher.Extensions.MsDependencyInjection/JavaScriptEngineSwitcher.Extensions.MsDependencyInjection.csproj" />

samples/JavaScriptEngineSwitcher.Sample.AspNetCore5.Mvc5/JavaScriptEngineSwitcher.Sample.AspNetCore5.Mvc5.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<PackageReference Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-arm64" Version="3.9.1" />
2626
<PackageReference Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x64" Version="3.9.1" />
2727
<PackageReference Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x86" Version="3.9.1" />
28-
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-arm" Version="7.1.1" />
29-
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-arm64" Version="7.1.1" />
30-
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-x64" Version="7.1.1" />
31-
<PackageReference Include="Microsoft.ClearScript.V8.Native.osx-x64" Version="7.1.1" />
32-
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-arm64" Version="7.1.1" />
33-
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x64" Version="7.1.1" />
34-
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x86" Version="7.1.1" />
28+
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-arm" Version="7.1.2" />
29+
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-arm64" Version="7.1.2" />
30+
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-x64" Version="7.1.2" />
31+
<PackageReference Include="Microsoft.ClearScript.V8.Native.osx-x64" Version="7.1.2" />
32+
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-arm64" Version="7.1.2" />
33+
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x64" Version="7.1.2" />
34+
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x86" Version="7.1.2" />
3535

3636
<ProjectReference Include="../../src/JavaScriptEngineSwitcher.ChakraCore/JavaScriptEngineSwitcher.ChakraCore.csproj" />
3737
<ProjectReference Include="../../src/JavaScriptEngineSwitcher.Extensions.MsDependencyInjection/JavaScriptEngineSwitcher.Extensions.MsDependencyInjection.csproj" />

src/JavaScriptEngineSwitcher.V8.Native.linux-x64/JavaScriptEngineSwitcher.V8.Native.linux-x64.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Description>This package is deprecated. Instead, it is recommended to use a 'Microsoft.ClearScript.V8.Native.linux-x64' package.</Description>
1515
<PackageTags>$(PackageCommonTags);V8;ClearScript;Linux;x64</PackageTags>
1616
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_V8_Logo128x128.png</PackageIconFullPath>
17-
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.1.1 (support of V8 version 8.9.255.20).</PackageReleaseNotes>
17+
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.1.2 (support of V8 version 9.0.257.19).</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
</Project>

src/JavaScriptEngineSwitcher.V8.Native.linux-x64/JavaScriptEngineSwitcher.V8.Native.linux-x64.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
$CommonMetadataElements$
55
<dependencies>
6-
<dependency id="Microsoft.ClearScript.V8.Native.linux-x64" version="7.1.1" />
6+
<dependency id="Microsoft.ClearScript.V8.Native.linux-x64" version="7.1.2" />
77
</dependencies>
88
</metadata>
99
<files>

src/JavaScriptEngineSwitcher.V8.Native.linux-x64/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
=============
1818
RELEASE NOTES
1919
=============
20-
Microsoft ClearScript.V8 was updated to version 7.1.1 (support of V8 version
21-
8.9.255.20).
20+
Microsoft ClearScript.V8 was updated to version 7.1.2 (support of V8 version
21+
9.0.257.19).
2222

2323
=============
2424
DOCUMENTATION

src/JavaScriptEngineSwitcher.V8.Native.osx-x64/JavaScriptEngineSwitcher.V8.Native.osx-x64.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Description>This package is deprecated. Instead, it is recommended to use a 'Microsoft.ClearScript.V8.Native.osx-x64' package.</Description>
1515
<PackageTags>$(PackageCommonTags);V8;ClearScript;macOS;OSX;x64</PackageTags>
1616
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_V8_Logo128x128.png</PackageIconFullPath>
17-
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.1.1 (support of V8 version 8.9.255.20).</PackageReleaseNotes>
17+
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.1.2 (support of V8 version 9.0.257.19).</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
</Project>

src/JavaScriptEngineSwitcher.V8.Native.osx-x64/JavaScriptEngineSwitcher.V8.Native.osx-x64.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
$CommonMetadataElements$
55
<dependencies>
6-
<dependency id="Microsoft.ClearScript.V8.Native.osx-x64" version="7.1.1" />
6+
<dependency id="Microsoft.ClearScript.V8.Native.osx-x64" version="7.1.2" />
77
</dependencies>
88
</metadata>
99
<files>

src/JavaScriptEngineSwitcher.V8.Native.osx-x64/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
=============
1818
RELEASE NOTES
1919
=============
20-
Microsoft ClearScript.V8 was updated to version 7.1.1 (support of V8 version
21-
8.9.255.20).
20+
Microsoft ClearScript.V8 was updated to version 7.1.2 (support of V8 version
21+
9.0.257.19).
2222

2323
=============
2424
DOCUMENTATION

src/JavaScriptEngineSwitcher.V8.Native.win-x64/JavaScriptEngineSwitcher.V8.Native.win-x64.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Description>This package is deprecated. Instead, it is recommended to use a 'Microsoft.ClearScript.V8.Native.win-x64' package.</Description>
1515
<PackageTags>$(PackageCommonTags);V8;ClearScript;Windows;x64</PackageTags>
1616
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_V8_Logo128x128.png</PackageIconFullPath>
17-
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.1.1 (support of V8 version 8.9.255.20).</PackageReleaseNotes>
17+
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.1.2 (support of V8 version 9.0.257.19).</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
</Project>

src/JavaScriptEngineSwitcher.V8.Native.win-x64/JavaScriptEngineSwitcher.V8.Native.win-x64.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
$CommonMetadataElements$
55
<dependencies>
6-
<dependency id="Microsoft.ClearScript.V8.Native.win-x64" version="7.1.1" />
6+
<dependency id="Microsoft.ClearScript.V8.Native.win-x64" version="7.1.2" />
77
</dependencies>
88
</metadata>
99
<files>

src/JavaScriptEngineSwitcher.V8.Native.win-x64/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
=============
1818
RELEASE NOTES
1919
=============
20-
Microsoft ClearScript.V8 was updated to version 7.1.1 (support of V8 version
21-
8.9.255.20).
20+
Microsoft ClearScript.V8 was updated to version 7.1.2 (support of V8 version
21+
9.0.257.19).
2222

2323
=============
2424
DOCUMENTATION

src/JavaScriptEngineSwitcher.V8.Native.win-x86/JavaScriptEngineSwitcher.V8.Native.win-x86.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Description>This package is deprecated. Instead, it is recommended to use a 'Microsoft.ClearScript.V8.Native.win-x86' package.</Description>
1515
<PackageTags>$(PackageCommonTags);V8;ClearScript;Windows;x86</PackageTags>
1616
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_V8_Logo128x128.png</PackageIconFullPath>
17-
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.1.1 (support of V8 version 8.9.255.20).</PackageReleaseNotes>
17+
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.1.2 (support of V8 version 9.0.257.19).</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
</Project>

src/JavaScriptEngineSwitcher.V8.Native.win-x86/JavaScriptEngineSwitcher.V8.Native.win-x86.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
$CommonMetadataElements$
55
<dependencies>
6-
<dependency id="Microsoft.ClearScript.V8.Native.win-x86" version="7.1.1" />
6+
<dependency id="Microsoft.ClearScript.V8.Native.win-x86" version="7.1.2" />
77
</dependencies>
88
</metadata>
99
<files>

src/JavaScriptEngineSwitcher.V8.Native.win-x86/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
=============
1818
RELEASE NOTES
1919
=============
20-
Microsoft ClearScript.V8 was updated to version 7.1.1 (support of V8 version
21-
8.9.255.20).
20+
Microsoft ClearScript.V8 was updated to version 7.1.2 (support of V8 version
21+
9.0.257.19).
2222

2323
=============
2424
DOCUMENTATION

src/JavaScriptEngineSwitcher.V8/JavaScriptEngineSwitcher.V8.csproj

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Import Project="../../build/nuget-for-dotnet-lib.props" />
1717

1818
<PropertyGroup>
19-
<Description>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (http://github.com/Microsoft/ClearScript) version 7.1.1).
19+
<Description>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (http://github.com/Microsoft/ClearScript) version 7.1.2).
2020

2121
This package does not contain the native ClearScript.V8 assemblies. Therefore, you need to choose and install the most appropriate package(s) for your platform. The following packages are available:
2222

@@ -29,17 +29,14 @@ This package does not contain the native ClearScript.V8 assemblies. Therefore, y
2929
* Microsoft.ClearScript.V8.Native.osx-x64</Description>
3030
<PackageTags>$(PackageCommonTags);V8;ClearScript</PackageTags>
3131
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_V8_Logo128x128.png</PackageIconFullPath>
32-
<PackageReleaseNotes>1. Microsoft ClearScript.V8 was updated to version 7.1.1;
33-
2. Added support of .NET Standard 2.1;
34-
3. Added support of Linux (ARM);
35-
4. In configuration settings of the V8 JS engine was added one new property - `HeapExpansionMultiplier` (default `0`).</PackageReleaseNotes>
32+
<PackageReleaseNotes>Microsoft ClearScript.V8 was updated to version 7.1.2.</PackageReleaseNotes>
3633
</PropertyGroup>
3734

3835
<ItemGroup>
3936
<Reference Condition=" '$(TargetFramework)' == 'net45' Or '$(TargetFramework)' == 'net471' " Include="Microsoft.CSharp" Pack="false" />
4037

4138
<PackageReference Include="AdvancedStringBuilder" Version="0.1.0" />
42-
<PackageReference Include="Microsoft.ClearScript.V8" Version="7.1.1" />
39+
<PackageReference Include="Microsoft.ClearScript.V8" Version="7.1.2" />
4340
<PackageReference Include="ResxToCs.MSBuild" Version="1.0.0-alpha6" PrivateAssets="All" />
4441

4542
<ProjectReference Include="../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />

src/JavaScriptEngineSwitcher.V8/V8JsEngine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public sealed class V8JsEngine : JsEngineBase
4747
/// <summary>
4848
/// Version of original JS engine
4949
/// </summary>
50-
private const string EngineVersion = "8.9.255.20";
50+
private const string EngineVersion = "9.0.257.19";
5151

5252
/// <summary>
5353
/// V8 JS engine

src/JavaScriptEngineSwitcher.V8/readme.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
===========
1414
JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the
1515
Microsoft ClearScript.V8 (http://github.com/Microsoft/ClearScript) version
16-
7.1.1).
16+
7.1.2).
1717

1818
This package does not contain the native ClearScript.V8 assemblies.
1919
Therefore, you need to choose and install the most appropriate package(s) for
@@ -30,11 +30,7 @@
3030
=============
3131
RELEASE NOTES
3232
=============
33-
1. Microsoft ClearScript.V8 was updated to version 7.1.1;
34-
2. Added support of .NET Standard 2.1;
35-
3. Added support of Linux (ARM);
36-
4. In configuration settings of the V8 JS engine was added one new property -
37-
`HeapExpansionMultiplier` (default `0`).
33+
Microsoft ClearScript.V8 was updated to version 7.1.2.
3834

3935
=============
4036
DOCUMENTATION

test/JavaScriptEngineSwitcher.Benchmarks/JavaScriptEngineSwitcher.Benchmarks.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@
3535
</ItemGroup>
3636

3737
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' Or '$(TargetFramework)' == 'netcoreapp3.1' Or '$(TargetFramework)' == 'net5.0' ">
38-
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-arm64" Version="7.1.1" />
39-
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x64" Version="7.1.1" />
40-
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x86" Version="7.1.1" />
38+
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-arm64" Version="7.1.2" />
39+
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x64" Version="7.1.2" />
40+
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x86" Version="7.1.2" />
4141

4242
<ProjectReference Include="../../src/JavaScriptEngineSwitcher.V8/JavaScriptEngineSwitcher.V8.csproj" />
4343
</ItemGroup>
4444

4545
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' Or '$(TargetFramework)' == 'net5.0' ">
46-
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-arm" Version="7.1.1" />
47-
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-arm64" Version="7.1.1" />
48-
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-x64" Version="7.1.1" />
49-
<PackageReference Include="Microsoft.ClearScript.V8.Native.osx-x64" Version="7.1.1" />
46+
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-arm" Version="7.1.2" />
47+
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-arm64" Version="7.1.2" />
48+
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-x64" Version="7.1.2" />
49+
<PackageReference Include="Microsoft.ClearScript.V8.Native.osx-x64" Version="7.1.2" />
5050
</ItemGroup>
5151

5252
<ItemGroup>

test/JavaScriptEngineSwitcher.Tests/JavaScriptEngineSwitcher.Tests.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@
5050
</ItemGroup>
5151

5252
<ItemGroup Condition=" '$(TargetFramework)' == 'net452' Or '$(TargetFramework)' == 'net471' Or '$(TargetFramework)' == 'netcoreapp3.1' Or '$(TargetFramework)' == 'net5.0' ">
53-
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-arm64" Version="7.1.1" />
54-
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x64" Version="7.1.1" />
55-
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x86" Version="7.1.1" />
53+
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-arm64" Version="7.1.2" />
54+
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x64" Version="7.1.2" />
55+
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x86" Version="7.1.2" />
5656
</ItemGroup>
5757

5858
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' Or '$(TargetFramework)' == 'net5.0' ">
59-
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-arm" Version="7.1.1" />
60-
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-arm64" Version="7.1.1" />
61-
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-x64" Version="7.1.1" />
62-
<PackageReference Include="Microsoft.ClearScript.V8.Native.osx-x64" Version="7.1.1" />
59+
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-arm" Version="7.1.2" />
60+
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-arm64" Version="7.1.2" />
61+
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-x64" Version="7.1.2" />
62+
<PackageReference Include="Microsoft.ClearScript.V8.Native.osx-x64" Version="7.1.2" />
6363
</ItemGroup>
6464

6565
<ItemGroup Condition=" '$(TargetFramework)' == 'net471' Or '$(TargetFramework)' == 'netcoreapp2.1' Or '$(TargetFramework)' == 'netcoreapp3.1' Or '$(TargetFramework)' == 'net5.0' ">

0 commit comments

Comments
 (0)