Skip to content

Commit e72a5aa

Browse files
committed
Fix missing doc file
1 parent edd3517 commit e72a5aa

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

HADotNet.Core/HADotNet.Core.csproj

+9-1
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,18 @@
1515
<Version>0.1.0</Version>
1616
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1717
<PackageProjectUrl>https://github.com/qJake/HADotNet</PackageProjectUrl>
18-
<RepositoryUrl>https://github.com/qJake/HADotNet</RepositoryUrl>
18+
<RepositoryUrl>https://github.com/qJake/HADotNet.git</RepositoryUrl>
1919
<RepositoryType>git</RepositoryType>
2020
</PropertyGroup>
2121

22+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
23+
<DocumentationFile>bin\Release\HADotNet.Core.xml</DocumentationFile>
24+
</PropertyGroup>
25+
26+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
27+
<DocumentationFile>bin\Debug\HADotNet.Core.xml</DocumentationFile>
28+
</PropertyGroup>
29+
2230
<ItemGroup>
2331
<PackageReference Include="RestSharp" Version="106.6.10" />
2432
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />

0 commit comments

Comments
 (0)