Skip to content

Commit

Permalink
Fix missing doc file
Browse files Browse the repository at this point in the history
  • Loading branch information
qJake committed Jul 24, 2019
1 parent edd3517 commit e72a5aa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion HADotNet.Core/HADotNet.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,18 @@
<Version>0.1.0</Version>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/qJake/HADotNet</PackageProjectUrl>
<RepositoryUrl>https://github.com/qJake/HADotNet</RepositoryUrl>
<RepositoryUrl>https://github.com/qJake/HADotNet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\HADotNet.Core.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\HADotNet.Core.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="RestSharp" Version="106.6.10" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
Expand Down

0 comments on commit e72a5aa

Please sign in to comment.