Skip to content

Commit 1d7eb12

Browse files
authored
Merge branch 'master' into devel
2 parents 9caa607 + 98e4546 commit 1d7eb12

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/FUNDING.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# These are supported funding model platforms
22

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
@@ -27,4 +27,4 @@
2727
<ProjectReference Include="..\AngleSharp.Diffing\AngleSharp.Diffing.csproj" />
2828
</ItemGroup>
2929

30-
</Project>
30+
</Project>

src/AngleSharp.Diffing/AngleSharp.Diffing.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -37,4 +37,4 @@
3737
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
3838
</ItemGroup>
3939

40-
</Project>
40+
</Project>

0 commit comments

Comments
 (0)