File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net8 .0</TargetFramework >
5
+ <TargetFramework >net9 .0</TargetFramework >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >disable</Nullable >
8
8
<FileVersion >1.3.0.0</FileVersion >
9
9
<AssemblyVersion >1.3.0.0</AssemblyVersion >
10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" HtmlAgilityPack" Version =" 1.11.68 " />
14
- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 8 .0.1 " />
15
- <PackageReference Include =" X.Web.Sitemap" Version =" 2.10.3 " />
13
+ <PackageReference Include =" HtmlAgilityPack" Version =" 1.12.0 " />
14
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 9 .0.3 " />
15
+ <PackageReference Include =" X.Web.Sitemap" Version =" 2.10.5 " />
16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
You can’t perform that action at this time.
0 commit comments