File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
src/JavaScriptEngineSwitcher.ChakraCore Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Product >JS Engine Switcher: ChakraCore</Product >
55 <VersionPrefix >3.2.4</VersionPrefix >
6- <TargetFrameworks >net40-client;net45;net471;netstandard1.3;netstandard2.0;netcoreapp2.1</TargetFrameworks >
6+ <TargetFrameworks >net40-client;net45;net471;netstandard1.3;netstandard2.0;netcoreapp2.1;netstandard2.1 </TargetFrameworks >
77 <NetStandardImplicitPackageVersion Condition =" '$(TargetFramework)' == 'netstandard1.3' " >1.6.0</NetStandardImplicitPackageVersion >
88 <OutputType >Library</OutputType >
99 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
@@ -22,7 +22,8 @@ This package does not contain the native implementations of ChakraCore. Therefor
2222 * JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64</Description >
2323 <PackageIconUrl >https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_ChakraCore_Logo128x128.png</PackageIconUrl >
2424 <PackageTags >JavaScriptEngineSwitcher;JavaScript;ECMAScript;ChakraCore</PackageTags >
25- <PackageReleaseNotes >Enabled a SourceLink.</PackageReleaseNotes >
25+ <PackageReleaseNotes >1. Added support of .NET Standard 2.1;
26+ 2. Enabled a SourceLink.</PackageReleaseNotes >
2627 </PropertyGroup >
2728
2829 <Import Project =" ../../build/common.props" />
Original file line number Diff line number Diff line change 3030 =============
3131 RELEASE NOTES
3232 =============
33- Enabled a SourceLink.
33+ 1. Added support of .NET Standard 2.1;
34+ 2. Enabled a SourceLink.
3435
3536 =============
3637 DOCUMENTATION
You can’t perform that action at this time.
0 commit comments