Skip to content

Commit 175abf0

Browse files
committed
Use dotnet 9 for unit tests project
1 parent a69a0a4 commit 175abf0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<TargetFramework>net9.0</TargetFramework>
4+
<IsPackable>false</IsPackable>
5+
</PropertyGroup>
26
<ItemGroup>
37
<PackageReference Include="AngleSharp.Xml" Version="1.0.0" />
48
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
@@ -9,8 +13,4 @@
913
<ItemGroup>
1014
<ProjectReference Include="..\AngleSharp.XPath\AngleSharp.XPath.csproj" />
1115
</ItemGroup>
12-
<PropertyGroup>
13-
<TargetFramework>net6.0</TargetFramework>
14-
<IsPackable>false</IsPackable>
15-
</PropertyGroup>
1616
</Project>

0 commit comments

Comments
 (0)