File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed
JavaScriptEngineSwitcher.Sample.AspNetCore.Infrastructure
JavaScriptEngineSwitcher.Sample.Logic
src/JavaScriptEngineSwitcher.Jint Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8.0.202 "
3+ "version" : " 8.0.204 "
44 }
55}
Original file line number Diff line number Diff line change 3232 </ItemGroup >
3333
3434 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
35- <FrameworkReference Include =" Microsoft.AspNetCore.App" Version =" 6.0.28 " />
35+ <FrameworkReference Include =" Microsoft.AspNetCore.App" Version =" 6.0.29 " />
3636 </ItemGroup >
3737
3838 <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0' " >
39- <FrameworkReference Include =" Microsoft.AspNetCore.App" Version =" 7.0.17 " />
39+ <FrameworkReference Include =" Microsoft.AspNetCore.App" Version =" 7.0.18 " />
4040 </ItemGroup >
4141
4242 <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0' " >
43- <FrameworkReference Include =" Microsoft.AspNetCore.App" Version =" 8.0.3 " />
43+ <FrameworkReference Include =" Microsoft.AspNetCore.App" Version =" 8.0.4 " />
4444 </ItemGroup >
4545
4646</Project >
Original file line number Diff line number Diff line change 4444 </ItemGroup >
4545
4646 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
47- <FrameworkReference Include =" Microsoft.AspNetCore.App" Version =" 6.0.28 " />
47+ <FrameworkReference Include =" Microsoft.AspNetCore.App" Version =" 6.0.29 " />
4848 </ItemGroup >
4949
5050 <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0' " >
51- <FrameworkReference Include =" Microsoft.AspNetCore.App" Version =" 7.0.17 " />
51+ <FrameworkReference Include =" Microsoft.AspNetCore.App" Version =" 7.0.18 " />
5252 </ItemGroup >
5353
5454 <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0' " >
55- <FrameworkReference Include =" Microsoft.AspNetCore.App" Version =" 8.0.3 " />
55+ <FrameworkReference Include =" Microsoft.AspNetCore.App" Version =" 8.0.4 " />
5656 </ItemGroup >
5757
5858</Project >
Original file line number Diff line number Diff line change 2121 <PackageIconFullPath >../../Icons/JavaScriptEngineSwitcher_Jint_Logo128x128.png</PackageIconFullPath >
2222 <Description >JavaScriptEngineSwitcher.Jint contains a `JintJsEngine` adapter (wrapper for the Jint).</Description >
2323 <PackageTags >$(PackageCommonTags);Jint</PackageTags >
24- <PackageReleaseNotes >Jint was updated to version 3.0.2 .</PackageReleaseNotes >
24+ <PackageReleaseNotes >Jint was updated to version 3.1.0 .</PackageReleaseNotes >
2525 </PropertyGroup >
2626
2727 <ItemGroup >
28- <PackageReference Include =" Jint" Version =" 3.0.2 " />
28+ <PackageReference Include =" Jint" Version =" 3.1.0 " />
2929
3030 <ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
3131 </ItemGroup >
Original file line number Diff line number Diff line change 1212using OriginalJavaScriptException = Jint . Runtime . JavaScriptException ;
1313using OriginalMemoryLimitExceededException = Jint . Runtime . MemoryLimitExceededException ;
1414using OriginalObjectInstance = Jint . Native . Object . ObjectInstance ;
15- using OriginalParsedScript = Esprima . Ast . Script ;
15+ using OriginalParsedScript = Jint . Prepared < Esprima . Ast . Script > ;
1616using OriginalParserException = Esprima . ParserException ;
1717using OriginalRecursionDepthOverflowException = Jint . Runtime . RecursionDepthOverflowException ;
1818using OriginalRuntimeException = Jint . Runtime . JintException ;
@@ -50,7 +50,7 @@ public sealed class JintJsEngine : JsEngineBase
5050 /// <summary>
5151 /// Version of original JS engine
5252 /// </summary>
53- private const string EngineVersion = "3.0.2 " ;
53+ private const string EngineVersion = "3.1.0 " ;
5454
5555 /// <summary>
5656 /// Jint JS engine
Original file line number Diff line number Diff line change 1- using OriginalParsedScript = Esprima . Ast . Script ;
1+ using OriginalParsedScript = Jint . Prepared < Esprima . Ast . Script > ;
22
33using JavaScriptEngineSwitcher . Core ;
44
Original file line number Diff line number Diff line change 1- JavaScriptEngineSwitcher.Jint contains a ` JintJsEngine ` adapter (wrapper for the [ Jint] ( http://github.com/sebastienros/jint ) version 3.0.2 ).
1+ JavaScriptEngineSwitcher.Jint contains a ` JintJsEngine ` adapter (wrapper for the [ Jint] ( http://github.com/sebastienros/jint ) version 3.1.0 ).
Original file line number Diff line number Diff line change 1212 DESCRIPTION
1313 ===========
1414 JavaScriptEngineSwitcher.Jint contains a `JintJsEngine` adapter (wrapper for the
15- Jint (http://github.com/sebastienros/jint) version 3.0.2 ).
15+ Jint (http://github.com/sebastienros/jint) version 3.1.0 ).
1616
1717 =============
1818 RELEASE NOTES
1919 =============
20- Jint was updated to version 3.0.2 .
20+ Jint was updated to version 3.1.0 .
2121
2222 =============
2323 DOCUMENTATION
You can’t perform that action at this time.
0 commit comments