Skip to content

Commit

Permalink
🔧 chore(py-script): net8.0 => net9.0 (#2229)
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem authored Nov 13, 2024
1 parent 5b1a178 commit 34363f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scirpts/sitemapgenerate.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def create_robots(filename, domain, robotSet=None):


base_dir = os.path.join(
os.getcwd(), r'docs/Masa.Docs.WebAssembly/bin/Release/net8.0/publish/wwwroot')
os.getcwd(), r'docs/Masa.Docs.WebAssembly/bin/Release/net9.0/publish/wwwroot')

#base_dir = r"D:\Source\Stack\src\MASA.Blazor\docs\Masa.Docs.WebAssembly\bin\Release\net7.0\publish\wwwroot"
print(base_dir)
Expand Down

0 comments on commit 34363f5

Please sign in to comment.