Skip to content

Commit ea52136

Browse files
committed
Updated tooling
1 parent 359a4eb commit ea52136

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

src/AngleSharp.Io.Tests/AngleSharp.Io.Tests.csproj

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
66
<IsPackable>false</IsPackable>
77
<LangVersion>7.1</LangVersion>
8+
<AssemblyName>AngleSharp.Io.Tests</AssemblyName>
9+
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> <!-- https://github.com/Tyrrrz/GitHubActionsTestLogger/issues/5 -->
810
</PropertyGroup>
911

1012
<ItemGroup>
@@ -14,15 +16,12 @@
1416
</ItemGroup>
1517

1618
<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" />
2323
<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" />
2625
</ItemGroup>
2726

2827
<ItemGroup>

src/AngleSharp.Io.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<version>$version$</version>
66
<authors>AngleSharp</authors>
77
<owners>Florian Rappl</owners>
8-
<licenseUrl>https://github.com/AngleSharp/AngleSharp.Io/blob/master/LICENSE</licenseUrl>
8+
<license type="expression">MIT</license>
99
<projectUrl>https://anglesharp.github.io</projectUrl>
10-
<iconUrl>https://raw.github.com/AngleSharp/AngleSharp.Io/master/logo.png</iconUrl>
10+
<icon>logo.png</icon>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>Providers additional requesters and IO helpers for AngleSharp.</description>
1313
<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>
1515
<tags>html html5 css css3 dom requester http https io filesystem storage httpclient cache</tags>
1616
<dependencies>
1717
<dependency id="AngleSharp" version="0.14.0" />

0 commit comments

Comments
 (0)