File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 15
15
<Version >0.1.0</Version >
16
16
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
17
17
<PackageProjectUrl >https://github.com/qJake/HADotNet</PackageProjectUrl >
18
- <RepositoryUrl >https://github.com/qJake/HADotNet</RepositoryUrl >
18
+ <RepositoryUrl >https://github.com/qJake/HADotNet.git </RepositoryUrl >
19
19
<RepositoryType >git</RepositoryType >
20
20
</PropertyGroup >
21
21
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
+
22
30
<ItemGroup >
23
31
<PackageReference Include =" RestSharp" Version =" 106.6.10" />
24
32
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.2" />
You can’t perform that action at this time.
0 commit comments