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

Commit e7b80d0

Browse files
committed
Upgraded dependencies
1 parent f5853c6 commit e7b80d0

File tree

6 files changed

+27
-22
lines changed

6 files changed

+27
-22
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Weavers>
33
<ModuleInit/>
44
</Weavers>

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
4545
<Private>True</Private>
4646
</Reference>
47-
<Reference Include="Octokit, Version=0.12.0.0, Culture=neutral, processorArchitecture=MSIL">
48-
<SpecificVersion>False</SpecificVersion>
49-
<HintPath>..\packages\Octokit.0.12.0\lib\net45\Octokit.dll</HintPath>
47+
<Reference Include="Octokit, Version=0.15.0.0, Culture=neutral, processorArchitecture=MSIL">
48+
<HintPath>..\packages\Octokit.0.15.0\lib\net45\Octokit.dll</HintPath>
49+
<Private>True</Private>
5050
</Reference>
51-
<Reference Include="Shouldly, Version=2.5.0.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL">
52-
<HintPath>..\packages\Shouldly.2.5.0\lib\net40\Shouldly.dll</HintPath>
51+
<Reference Include="Shouldly, Version=2.6.0.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL">
52+
<HintPath>..\packages\Shouldly.2.6.0\lib\net40\Shouldly.dll</HintPath>
5353
<Private>True</Private>
5454
</Reference>
5555
<Reference Include="System" />
@@ -92,13 +92,15 @@
9292
</ItemGroup>
9393
<ItemGroup />
9494
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
95-
<Import Project="..\packages\Fody.1.29.0-beta01\build\Fody.targets" Condition="Exists('..\packages\Fody.1.29.0-beta01\build\Fody.targets')" />
95+
<Import Project="..\packages\Fody.1.29.3\build\dotnet\Fody.targets" Condition="Exists('..\packages\Fody.1.29.3\build\dotnet\Fody.targets')" />
9696
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
9797
<PropertyGroup>
9898
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
9999
</PropertyGroup>
100-
<Error Condition="!Exists('..\packages\Fody.1.29.0-beta01\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.0-beta01\build\Fody.targets'))" />
100+
<Error Condition="!Exists('..\packages\Fody.1.29.3\build\dotnet\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.3\build\dotnet\Fody.targets'))" />
101+
<Error Condition="!Exists('..\packages\ModuleInit.Fody.1.5.8.0\build\dotnet\ModuleInit.Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ModuleInit.Fody.1.5.8.0\build\dotnet\ModuleInit.Fody.targets'))" />
101102
</Target>
103+
<Import Project="..\packages\ModuleInit.Fody.1.5.8.0\build\dotnet\ModuleInit.Fody.targets" Condition="Exists('..\packages\ModuleInit.Fody.1.5.8.0\build\dotnet\ModuleInit.Fody.targets')" />
102104
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
103105
Other similar extension points exist, see Microsoft.Common.targets.
104106
<Target Name="BeforeBuild">
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Atlassian.SDK" version="2.5.0" targetFramework="net45" />
4-
<package id="Fody" version="1.29.0-beta01" targetFramework="net45" />
5-
<package id="ModuleInit.Fody" version="1.5.6.0" targetFramework="net45" developmentDependency="true" />
4+
<package id="Fody" version="1.29.3" targetFramework="net45" developmentDependency="true" />
5+
<package id="ModuleInit.Fody" version="1.5.8.0" targetFramework="net45" developmentDependency="true" />
66
<package id="NUnit" version="2.6.4" targetFramework="net45" />
7-
<package id="Octokit" version="0.12.0" targetFramework="net45" />
8-
<package id="Shouldly" version="2.5.0" targetFramework="net45" />
7+
<package id="Octokit" version="0.15.0" targetFramework="net45" />
8+
<package id="Shouldly" version="2.6.0" targetFramework="net45" />
99
</packages>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Weavers>
33
<MethodTimer />
44
</Weavers>

src/GitTools.IssueTrackers/GitTools.IssueTrackers.csproj

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,13 @@
4848
<HintPath>..\packages\LibGit2Sharp.0.21.0.176\lib\net40\LibGit2Sharp.dll</HintPath>
4949
<Private>True</Private>
5050
</Reference>
51-
<Reference Include="MethodTimer">
52-
<HintPath>..\packages\MethodTimer.Fody.1.15.3.0\Lib\portable-net4+sl5+wp8+win8+wpa81+MonoAndroid16+MonoTouch40\MethodTimer.dll</HintPath>
51+
<Reference Include="MethodTimer, Version=1.15.7.0, Culture=neutral, PublicKeyToken=cb1364609f40a1dc, processorArchitecture=MSIL">
52+
<HintPath>..\packages\MethodTimer.Fody.1.15.7.0\lib\dotnet\MethodTimer.dll</HintPath>
5353
<Private>True</Private>
5454
</Reference>
55-
<Reference Include="Octokit">
56-
<HintPath>..\packages\Octokit.0.12.0\lib\net45\Octokit.dll</HintPath>
55+
<Reference Include="Octokit, Version=0.15.0.0, Culture=neutral, processorArchitecture=MSIL">
56+
<HintPath>..\packages\Octokit.0.15.0\lib\net45\Octokit.dll</HintPath>
57+
<Private>True</Private>
5758
</Reference>
5859
<Reference Include="System" />
5960
<Reference Include="System.Core" />
@@ -109,9 +110,11 @@
109110
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
110111
</PropertyGroup>
111112
<Error Condition="!Exists('..\packages\LibGit2Sharp.0.21.0.176\build\net40\LibGit2Sharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\lib\LibGit2Sharp.0.21.0.176\build\net40\LibGit2Sharp.props'))" />
112-
<Error Condition="!Exists('..\packages\Fody.1.29.0-beta01\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\lib\Fody.1.29.0-beta01\build\Fody.targets'))" />
113+
<Error Condition="!Exists('..\packages\Fody.1.29.3\build\dotnet\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.3\build\dotnet\Fody.targets'))" />
114+
<Error Condition="!Exists('..\packages\MethodTimer.Fody.1.15.7.0\build\dotnet\MethodTimer.Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MethodTimer.Fody.1.15.7.0\build\dotnet\MethodTimer.Fody.targets'))" />
113115
</Target>
114-
<Import Project="..\packages\Fody.1.29.0-beta01\build\Fody.targets" Condition="Exists('..\packages\Fody.1.29.0-beta01\build\Fody.targets')" />
116+
<Import Project="..\packages\Fody.1.29.3\build\dotnet\Fody.targets" Condition="Exists('..\packages\Fody.1.29.3\build\dotnet\Fody.targets')" />
117+
<Import Project="..\packages\MethodTimer.Fody.1.15.7.0\build\dotnet\MethodTimer.Fody.targets" Condition="Exists('..\packages\MethodTimer.Fody.1.15.7.0\build\dotnet\MethodTimer.Fody.targets')" />
115118
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
116119
Other similar extension points exist, see Microsoft.Common.targets.
117120
<Target Name="BeforeBuild">
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Atlassian.SDK" version="2.5.0" targetFramework="net45" />
4-
<package id="Fody" version="1.29.0-beta01" targetFramework="net45" />
4+
<package id="Fody" version="1.29.3" targetFramework="net45" developmentDependency="true" />
55
<package id="LibGit2Sharp" version="0.21.0.176" targetFramework="net45" />
66
<package id="LibLog" version="4.2.3" targetFramework="net45" />
7-
<package id="MethodTimer.Fody" version="1.15.3.0" targetFramework="net45" />
8-
<package id="Octokit" version="0.12.0" targetFramework="net45" />
7+
<package id="MethodTimer.Fody" version="1.15.7.0" targetFramework="net45" developmentDependency="true" />
8+
<package id="Octokit" version="0.15.0" targetFramework="net45" />
99
</packages>

0 commit comments

Comments
 (0)