Skip to content

Commit bcd3b44

Browse files
committed
Update TargetFrameworks
1 parent 6535f7f commit bcd3b44

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

X.Web.Sitemap.sln

-7
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{94
1818
EndProject
1919
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X.Web.Sitemap.Example", "examples\X.Web.Sitemap.Example\X.Web.Sitemap.Example.csproj", "{1E7AAF8C-08EB-4918-B987-618F8D06F43C}"
2020
EndProject
21-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xsitemap", "src\xsitemap\xsitemap.csproj", "{03ABE12B-69FB-4E5F-A9A1-8B3257D90480}"
22-
EndProject
2321
Global
2422
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2523
Debug|Any CPU = Debug|Any CPU
@@ -38,10 +36,6 @@ Global
3836
{1E7AAF8C-08EB-4918-B987-618F8D06F43C}.Debug|Any CPU.Build.0 = Debug|Any CPU
3937
{1E7AAF8C-08EB-4918-B987-618F8D06F43C}.Release|Any CPU.ActiveCfg = Release|Any CPU
4038
{1E7AAF8C-08EB-4918-B987-618F8D06F43C}.Release|Any CPU.Build.0 = Release|Any CPU
41-
{03ABE12B-69FB-4E5F-A9A1-8B3257D90480}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
42-
{03ABE12B-69FB-4E5F-A9A1-8B3257D90480}.Debug|Any CPU.Build.0 = Debug|Any CPU
43-
{03ABE12B-69FB-4E5F-A9A1-8B3257D90480}.Release|Any CPU.ActiveCfg = Release|Any CPU
44-
{03ABE12B-69FB-4E5F-A9A1-8B3257D90480}.Release|Any CPU.Build.0 = Release|Any CPU
4539
EndGlobalSection
4640
GlobalSection(SolutionProperties) = preSolution
4741
HideSolutionNode = FALSE
@@ -50,6 +44,5 @@ Global
5044
{5AA327E0-C63F-4567-9C09-23707EB5E4C4} = {5662CFB2-6193-4FB8-BBA3-B5822FDB583F}
5145
{704FA5E2-2694-44C9-826E-85C2CEC96D5D} = {DD3DEEE0-ABF3-4DFB-A5A9-14AA3FB1DBA2}
5246
{1E7AAF8C-08EB-4918-B987-618F8D06F43C} = {9428EFB0-FF29-406C-91E5-89B9C85E093A}
53-
{03ABE12B-69FB-4E5F-A9A1-8B3257D90480} = {DD3DEEE0-ABF3-4DFB-A5A9-14AA3FB1DBA2}
5447
EndGlobalSection
5548
EndGlobal

src/Directory.Build.props

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<Copyright>Andrew Gubskiy © 2024</Copyright>
1212
<Company>Ukrainian .NET Developer Community</Company>
1313

14-
<Version>2.10.3</Version>
15-
<AssemblyVersion>2.10.3</AssemblyVersion>
16-
<FileVersion>2.10.3</FileVersion>
17-
<PackageVersion>2.10.3</PackageVersion>
14+
<Version>2.10.5</Version>
15+
<AssemblyVersion>2.10.5</AssemblyVersion>
16+
<FileVersion>2.10.5</FileVersion>
17+
<PackageVersion>2.10.5</PackageVersion>
1818

1919
<RepositoryType>git</RepositoryType>
2020
<RepositoryUrl>https://github.com/ernado-x/X.Web.Sitemap.git</RepositoryUrl>

src/X.Web.Sitemap/X.Web.Sitemap.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>This library allows you quickly and easily generate sitemap files.</Description>
66

77
<LangVersion>default</LangVersion>
8-
<TargetFrameworks>net6.0;net8.0;netstandard2.0;netstandard2.1</TargetFrameworks>
8+
<TargetFrameworks>net6.0;net8.0;net9.0;netstandard2.0;</TargetFrameworks>
99

1010
<PackageTags>sitemap, web asp.net sitemap.xml</PackageTags>
1111

0 commit comments

Comments
 (0)