|
3 | 3 | <PropertyGroup> |
4 | 4 | <Product>JS Engine Switcher: Node</Product> |
5 | 5 | <VersionPrefix>3.21.0</VersionPrefix> |
6 | | - <TargetFrameworks>net461;netstandard2.0;netcoreapp3.1;net5.0;net6.0</TargetFrameworks> |
| 6 | + <TargetFrameworks>net461;netstandard2.0;netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks> |
7 | 7 | <OutputType>Library</OutputType> |
8 | 8 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
9 | 9 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
10 | | - <NoWarn>$(NoWarn);CS1591</NoWarn> |
| 10 | + <NoWarn>$(NoWarn);CS1591;NU5104</NoWarn> |
11 | 11 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
12 | 12 | <DisableDefaultResxToCsConversionTarget>true</DisableDefaultResxToCsConversionTarget> |
13 | 13 | <CheckEolTargetFramework>false</CheckEolTargetFramework> |
|
18 | 18 | <Import Project="../../build/nuget-for-dotnet-lib.props" /> |
19 | 19 |
|
20 | 20 | <PropertyGroup> |
21 | | - <Description>JavaScriptEngineSwitcher.Node contains adapter `NodeJsEngine` (wrapper for the Jering.Javascript.NodeJS (https://github.com/JeringTech/Javascript.NodeJS) version 6.3.1). |
| 21 | + <Description>JavaScriptEngineSwitcher.Node contains adapter `NodeJsEngine` (wrapper for the Jering.Javascript.NodeJS (https://github.com/JeringTech/Javascript.NodeJS) version 7.0.0 Beta 4). |
22 | 22 |
|
23 | 23 | This package does not contain the `node.exe`. Therefore, you need to install the Node.js (https://nodejs.org) and add the `node.exe`'s directory to the `Path` environment variable (automatically done by the official installer).</Description> |
24 | 24 | <PackageTags>$(PackageCommonTags);Node.js;Jering.Javascript.NodeJS</PackageTags> |
25 | 25 | <PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_Node_Logo128x128.png</PackageIconFullPath> |
| 26 | + <PackageReleaseNotes>1. Jering.Javascript.NodeJS was updated to version 7.0.0 Beta 4; |
| 27 | +2. Added support of .NET 7.</PackageReleaseNotes> |
26 | 28 | </PropertyGroup> |
27 | 29 |
|
28 | 30 | <ItemGroup> |
29 | | - <PackageReference Include="Jering.Javascript.NodeJS" Version="6.3.1" /> |
| 31 | + <PackageReference Include="Jering.Javascript.NodeJS" Version="7.0.0-beta.4" /> |
30 | 32 |
|
31 | 33 | <ProjectReference Include="../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" /> |
32 | 34 | </ItemGroup> |
|
0 commit comments