We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69a0a4 commit 175abf0Copy full SHA for 175abf0
src/AngleSharp.XPath.Tests/AngleSharp.XPath.Tests.csproj
@@ -1,4 +1,8 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
+ <PropertyGroup>
3
+ <TargetFramework>net9.0</TargetFramework>
4
+ <IsPackable>false</IsPackable>
5
+ </PropertyGroup>
6
<ItemGroup>
7
<PackageReference Include="AngleSharp.Xml" Version="1.0.0" />
8
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
@@ -9,8 +13,4 @@
9
13
10
14
<ProjectReference Include="..\AngleSharp.XPath\AngleSharp.XPath.csproj" />
11
15
</ItemGroup>
12
- <PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- <IsPackable>false</IsPackable>
- </PropertyGroup>
16
</Project>
0 commit comments