Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 07faf71

Browse files
Fixed package references
1 parent 3bf9a4f commit 07faf71

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/GitTools.Core.Tests/GitTools.Core.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
</PropertyGroup>
3838
<ItemGroup>
3939
<Reference Include="Atlassian.Jira, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
40-
<HintPath>..\packages\Atlassian.SDK.2.5.0\lib\Atlassian.Jira.dll</HintPath>
41-
<Private>True</Private>
40+
<SpecificVersion>False</SpecificVersion>
41+
<HintPath>..\..\lib\Atlassian.SDK.2.5.0\lib\Atlassian.Jira.dll</HintPath>
4242
</Reference>
4343
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
4444
<HintPath>..\..\lib\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>

src/GitTools.IssueTrackers/GitTools.IssueTrackers.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
</PropertyGroup>
4141
<ItemGroup>
4242
<Reference Include="Atlassian.Jira, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
43-
<HintPath>..\packages\Atlassian.SDK.2.5.0\lib\Atlassian.Jira.dll</HintPath>
44-
<Private>True</Private>
43+
<SpecificVersion>False</SpecificVersion>
44+
<HintPath>..\..\lib\Atlassian.SDK.2.5.0\lib\Atlassian.Jira.dll</HintPath>
4545
</Reference>
4646
<Reference Include="JetBrains.Annotations">
4747
<HintPath>..\..\lib\JetBrainsAnnotations.Fody.1.0.2\Lib\JetBrains.Annotations.dll</HintPath>

0 commit comments

Comments
 (0)