修改了IIS 托管的方法

- 修改了.net 版本,5.0 已经貌似会报错。
This commit is contained in:
2026-03-11 15:33:44 +08:00
parent a499f24350
commit 90532168f9
7 changed files with 34 additions and 4 deletions

View File

@@ -13,8 +13,9 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PublishUrl>D:\fb</PublishUrl>
<WebPublishMethod>FileSystem</WebPublishMethod>
<SiteUrlToLaunchAfterPublish />
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ProjectGuid>0b7de13b-077e-4e74-b186-3f9b1e19ae1a</ProjectGuid>
<SelfContained>false</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
</PropertyGroup>
</Project>