File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 5
5
<AssemblyOriginatorKeyFile >Key.snk</AssemblyOriginatorKeyFile >
6
6
<IsPackable >false</IsPackable >
7
7
<LangVersion >7.1</LangVersion >
8
+ <AssemblyName >AngleSharp.Io.Tests</AssemblyName >
9
+ <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies > <!-- https://github.com/Tyrrrz/GitHubActionsTestLogger/issues/5 -->
8
10
</PropertyGroup >
9
11
10
12
<ItemGroup >
14
16
</ItemGroup >
15
17
16
18
<ItemGroup >
17
- <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
18
- <PackageReference Include =" NUnit" Version =" 3.12.0" />
19
- <PackageReference Include =" NUnit3TestAdapter" Version =" 3.16.1" >
20
- <PrivateAssets >all</PrivateAssets >
21
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
22
- </PackageReference >
19
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
20
+ <PackageReference Include =" GitHubActionsTestLogger" Version =" 1.2.0" />
21
+ <PackageReference Include =" NUnit" Version =" 3.13.1" />
22
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 3.17.0" />
23
23
<PackageReference Include =" FluentAssertions" Version =" 5.10.3" />
24
- <PackageReference Include =" Appveyor.TestLogger" Version =" 2.0.0" />
25
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9.0" />
24
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4" />
26
25
</ItemGroup >
27
26
28
27
<ItemGroup >
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.Io/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.Io/master/ logo.png</iconUrl >
10
+ <icon > logo.png</icon >
11
11
<requireLicenseAcceptance >false</requireLicenseAcceptance >
12
12
<description >Providers additional requesters and IO helpers for AngleSharp.</description >
13
13
<releaseNotes >https://github.com/AngleSharp/AngleSharp.Io/blob/master/CHANGELOG.md</releaseNotes >
14
- <copyright >Copyright 2016-2019 , AngleSharp</copyright >
14
+ <copyright >Copyright 2016-2021 , AngleSharp</copyright >
15
15
<tags >html html5 css css3 dom requester http https io filesystem storage httpclient cache</tags >
16
16
<dependencies >
17
17
<dependency id =" AngleSharp" version =" 0.14.0" />
You can’t perform that action at this time.
0 commit comments