Skip to content

Commit 09be453

Browse files
committed
build: upgrade to anglesharp 0.16.0
1 parent 1d7eb12 commit 09be453

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<AssemblyName>AngleSharp.Diffing.Tests</AssemblyName>
77
<RootNamespace>AngleSharp.Diffing</RootNamespace>
88
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> <!-- https://github.com/Tyrrrz/GitHubActionsTestLogger/issues/5 -->
9+
<Nullable>annotations</Nullable>
910
</PropertyGroup>
1011

1112
<ItemGroup>

src/Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.15.0</Version>
3+
<Version>0.16.0</Version>
44
</PropertyGroup>
55

66
<PropertyGroup>
7-
<LangVersion>8.0</LangVersion>
7+
<LangVersion>9.0</LangVersion>
88
<Nullable>enable</Nullable>
99
<WarningsAsErrors>CS8600;CS8602;CS8603;CS8625</WarningsAsErrors>
1010
<SignAssembly>true</SignAssembly>
1111
<AssemblyOriginatorKeyFile>../Key.snk</AssemblyOriginatorKeyFile>
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="AngleSharp" Version="0.15.0" />
16-
<PackageReference Include="AngleSharp.Css" Version="0.15.0" />
15+
<PackageReference Include="AngleSharp" Version="0.16.0" />
16+
<PackageReference Include="AngleSharp.Css" Version="0.16.0" />
1717
</ItemGroup>
1818
</Project>

0 commit comments

Comments
 (0)