Skip to content

Commit b47a82d

Browse files
committed
Updated tooling
1 parent a7725bc commit b47a82d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# These are supported funding model platforms
22

3-
github: FlorianRappl
3+
github: [FlorianRappl,egil]
44
custom: https://salt.bountysource.com/teams/anglesharp

src/AngleSharp.Diffing.Tests/AngleSharp.DiffingTests.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
<IsPackable>false</IsPackable>
66
<AssemblyName>AngleSharp.Diffing.Tests</AssemblyName>
77
<RootNamespace>AngleSharp.Diffing</RootNamespace>
8+
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> <!-- https://github.com/Tyrrrz/GitHubActionsTestLogger/issues/5 -->
89
</PropertyGroup>
910

1011
<ItemGroup>
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
13+
<PackageReference Include="GitHubActionsTestLogger" Version="1.2.0" />
1214
<PackageReference Include="Shouldly" Version="4.0.0-beta0002" />
1315
<PackageReference Include="xunit" Version="2.4.1" />
1416
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">

0 commit comments

Comments
 (0)