File tree 2 files changed +11
-17
lines changed
2 files changed +11
-17
lines changed Original file line number Diff line number Diff line change 6
6
<AssemblyOriginatorKeyFile >Key.snk</AssemblyOriginatorKeyFile >
7
7
<IsPackable >false</IsPackable >
8
8
<LangVersion >7.1</LangVersion >
9
+ <AssemblyName >AngleSharp.Js.Tests</AssemblyName >
10
+ <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies > <!-- https://github.com/Tyrrrz/GitHubActionsTestLogger/issues/5 -->
9
11
</PropertyGroup >
10
12
11
13
<ItemGroup >
15
17
</ItemGroup >
16
18
17
19
<ItemGroup >
18
- <PackageReference Include =" AngleSharp.Css" Version =" 0.14.0-alpha-139" />
20
+ <PackageReference Include =" GitHubActionsTestLogger" Version =" 1.2.0" />
21
+ <PackageReference Include =" AngleSharp.Css" Version =" 0.14.0" />
19
22
<PackageReference Include =" AngleSharp.Xml" Version =" 0.14.0" />
20
- <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
21
- <PackageReference Include =" NUnit" Version =" 3.12.0" />
22
- <PackageReference Include =" NUnit3TestAdapter" Version =" 3.16.1" >
23
- <PrivateAssets >all</PrivateAssets >
24
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
25
- </PackageReference >
26
- <PackageReference Include =" Appveyor.TestLogger" Version =" 2.0.0" />
27
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9.0" />
23
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
24
+ <PackageReference Include =" NUnit" Version =" 3.13.1" />
25
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 3.17.0" />
26
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4" />
28
27
</ItemGroup >
29
28
</Project >
Original file line number Diff line number Diff line change 5
5
<version >$version$</version >
6
6
<authors >AngleSharp</authors >
7
7
<owners >Florian Rappl</owners >
8
- <licenseUrl >https://github.com/AngleSharp/AngleSharp.Js/blob/master/LICENSE</ licenseUrl >
8
+ <license type = " expression " >MIT</ license >
9
9
<projectUrl >https://anglesharp.github.io</projectUrl >
10
- <iconUrl >https://raw.github.com/AngleSharp/AngleSharp.Js/master/ logo.png</iconUrl >
10
+ <icon > logo.png</icon >
11
11
<requireLicenseAcceptance >false</requireLicenseAcceptance >
12
12
<description >Integrates a JavaScript engine to AngleSharp.</description >
13
13
<releaseNotes >https://github.com/AngleSharp/AngleSharp.Js/blob/master/CHANGELOG.md</releaseNotes >
14
- <copyright >Copyright 2017-2020 , AngleSharp</copyright >
14
+ <copyright >Copyright 2017-2021 , AngleSharp</copyright >
15
15
<tags >html html5 css css3 dom javascript scripting library js scripts runtime jint anglesharp angle</tags >
16
16
<dependencies >
17
- <group targetFramework =" netstandard1.3" >
18
- <dependency id =" AngleSharp" version =" 0.14.0" />
19
- <dependency id =" Jint" version =" 2.10.4" />
20
- <dependency id =" System.Threading.Thread" version =" 4.3.0" />
21
- </group >
22
17
<group targetFramework =" netstandard2.0" >
23
18
<dependency id =" AngleSharp" version =" 0.14.0" />
24
19
<dependency id =" Jint" version =" 2.10.4" />
You can’t perform that action at this time.
0 commit comments