|
3 | 3 | <PropertyGroup>
|
4 | 4 | <Product>JS Engine Switcher: NiL</Product>
|
5 | 5 | <VersionPrefix>3.3.1</VersionPrefix>
|
6 |
| - <TargetFrameworks>net40-client;net45;netstandard1.3;netstandard2.0</TargetFrameworks> |
| 6 | + <TargetFrameworks>net40-client;net45;net461;netstandard1.3;netstandard1.6;netstandard2.0</TargetFrameworks> |
7 | 7 | <OutputType>Library</OutputType>
|
8 | 8 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
9 | 9 | <NoWarn>$(NoWarn);CS1591</NoWarn>
|
10 | 10 | <GenerateDocumentationFile>true</GenerateDocumentationFile>
|
11 |
| - <Description>JavaScriptEngineSwitcher.NiL contains adapter `NiLJsEngine` (wrapper for the NiL JavaScript Engine (https://github.com/nilproject/NiL.JS) version 2.5.1403).</Description> |
| 11 | + <Description>JavaScriptEngineSwitcher.NiL contains adapter `NiLJsEngine` (wrapper for the NiL JavaScript Engine (https://github.com/nilproject/NiL.JS) version 2.5.1428).</Description> |
12 | 12 | <PackageIcon>icon.png</PackageIcon>
|
13 | 13 | <PackageTags>JavaScriptEngineSwitcher;JavaScript;ECMAScript;NiL</PackageTags>
|
14 |
| - <PackageReleaseNotes>NiL.JS was updated to version 2.5.1403.</PackageReleaseNotes> |
| 14 | + <PackageReleaseNotes>1. NiL.JS was updated to version 2.5.1428; |
| 15 | +2. NiL.JS.NetCore package is no longer used; |
| 16 | +3. Added support of .NET Framework 4.6.1 and .NET Standard 1.6.</PackageReleaseNotes> |
15 | 17 | </PropertyGroup>
|
16 | 18 |
|
17 | 19 | <Import Project="../../build/common.props" />
|
|
21 | 23 |
|
22 | 24 | <ItemGroup>
|
23 | 25 | <ProjectReference Include="../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
|
24 |
| - </ItemGroup> |
25 |
| - |
26 |
| - <ItemGroup Condition=" '$(TargetFramework)' == 'net40-client' Or '$(TargetFramework)' == 'net45' "> |
27 |
| - <PackageReference Include="NiL.JS" Version="2.5.1403" /> |
28 |
| - </ItemGroup> |
29 |
| - |
30 |
| - <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' Or '$(TargetFramework)' == 'netstandard2.0' "> |
31 |
| - <PackageReference Include="NiL.JS.NetCore" Version="2.5.1403" /> |
| 26 | + <PackageReference Include="NiL.JS" Version="2.5.1428" /> |
32 | 27 | </ItemGroup>
|
33 | 28 |
|
34 | 29 | <ItemGroup>
|
|
0 commit comments