🐛fix:修复注释失效

This commit is contained in:
yubaolee
2025-08-30 20:56:53 +08:00
parent 6f0c09d8d5
commit 56602c67f3
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\net5.0\Infrastructure.xml</DocumentationFile> <DocumentationFile>bin\Debug\net9.0\Infrastructure.xml</DocumentationFile>
<NoWarn>1701;1702;1591;1573;1572;1570</NoWarn> <NoWarn>1701;1702;1591;1573;1572;1570</NoWarn>
</PropertyGroup> </PropertyGroup>

View File

@@ -5,7 +5,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\net5.0\OpenAuth.Repository.xml</DocumentationFile> <DocumentationFile>bin\Debug\net9.0\OpenAuth.Repository.xml</DocumentationFile>
<NoWarn>1701;1702;1591;1573;1572;1570</NoWarn> <NoWarn>1701;1702;1591;1573;1572;1570</NoWarn>
</PropertyGroup> </PropertyGroup>