File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 6
6
<AssemblyName >AngleSharp.Diffing.Tests</AssemblyName >
7
7
<RootNamespace >AngleSharp.Diffing</RootNamespace >
8
8
<CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies > <!-- https://github.com/Tyrrrz/GitHubActionsTestLogger/issues/5 -->
9
+ <Nullable >annotations</Nullable >
9
10
</PropertyGroup >
10
11
11
12
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <Version >0.15 .0</Version >
3
+ <Version >0.16 .0</Version >
4
4
</PropertyGroup >
5
5
6
6
<PropertyGroup >
7
- <LangVersion >8 .0</LangVersion >
7
+ <LangVersion >9 .0</LangVersion >
8
8
<Nullable >enable</Nullable >
9
9
<WarningsAsErrors >CS8600;CS8602;CS8603;CS8625</WarningsAsErrors >
10
10
<SignAssembly >true</SignAssembly >
11
11
<AssemblyOriginatorKeyFile >../Key.snk</AssemblyOriginatorKeyFile >
12
12
</PropertyGroup >
13
13
14
14
<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" />
17
17
</ItemGroup >
18
18
</Project >
You can’t perform that action at this time.
0 commit comments