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 3
3
<PropertyGroup >
4
4
<Product >JS Engine Switcher: ChakraCore</Product >
5
5
<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 >
7
7
<NetStandardImplicitPackageVersion Condition =" '$(TargetFramework)' == 'netstandard1.3' " >1.6.0</NetStandardImplicitPackageVersion >
8
8
<OutputType >Library</OutputType >
9
9
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
@@ -22,7 +22,8 @@ This package does not contain the native implementations of ChakraCore. Therefor
22
22
* JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64</Description >
23
23
<PackageIconUrl >https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_ChakraCore_Logo128x128.png</PackageIconUrl >
24
24
<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 >
26
27
</PropertyGroup >
27
28
28
29
<Import Project =" ../../build/common.props" />
Original file line number Diff line number Diff line change 30
30
=============
31
31
RELEASE NOTES
32
32
=============
33
- Enabled a SourceLink.
33
+ 1. Added support of .NET Standard 2.1;
34
+ 2. Enabled a SourceLink.
34
35
35
36
=============
36
37
DOCUMENTATION
You can’t perform that action at this time.
0 commit comments