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

Commit 3eadbd8

Browse files
committed
Cleanup and upgrade dependencies
1 parent 20b71b3 commit 3eadbd8

File tree

16 files changed

+2157
-223
lines changed

16 files changed

+2157
-223
lines changed

src/GitTools.Core.Tests/FodyWeavers.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

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

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\LibGit2Sharp.NativeBinaries.1.0.72\build\LibGit2Sharp.NativeBinaries.props" Condition="Exists('..\packages\LibGit2Sharp.NativeBinaries.1.0.72\build\LibGit2Sharp.NativeBinaries.props')" />
3+
<Import Project="..\packages\LibGit2Sharp.NativeBinaries.1.0.129\build\LibGit2Sharp.NativeBinaries.props" Condition="Exists('..\packages\LibGit2Sharp.NativeBinaries.1.0.129\build\LibGit2Sharp.NativeBinaries.props')" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
55
<PropertyGroup>
66
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -42,24 +42,20 @@
4242
<SpecificVersion>False</SpecificVersion>
4343
<HintPath>..\packages\Atlassian.SDK.2.5.0\lib\Atlassian.Jira.dll</HintPath>
4444
</Reference>
45-
<Reference Include="GitTools.Testing, Version=0.2.0.0, Culture=neutral, processorArchitecture=MSIL">
46-
<HintPath>..\packages\GitTools.Testing.0.2.0-beta0001\lib\net4\GitTools.Testing.dll</HintPath>
45+
<Reference Include="GitTools.Testing, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
46+
<HintPath>..\packages\GitTools.Testing.1.1.0\lib\net4\GitTools.Testing.dll</HintPath>
4747
<Private>True</Private>
4848
</Reference>
49-
<Reference Include="LibGit2Sharp, Version=0.22.0.0, Culture=neutral, processorArchitecture=MSIL">
50-
<HintPath>..\packages\LibGit2Sharp.0.22.0-pre20150716071016\lib\net40\LibGit2Sharp.dll</HintPath>
49+
<Reference Include="LibGit2Sharp, Version=0.22.0.0, Culture=neutral, PublicKeyToken=7cbde695407f0333, processorArchitecture=MSIL">
50+
<HintPath>..\packages\LibGit2Sharp.0.22.0\lib\net40\LibGit2Sharp.dll</HintPath>
5151
<Private>True</Private>
5252
</Reference>
5353
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
5454
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
57-
<Reference Include="Octokit, Version=0.15.0.0, Culture=neutral, processorArchitecture=MSIL">
58-
<HintPath>..\packages\Octokit.0.15.0\lib\net45\Octokit.dll</HintPath>
59-
<Private>True</Private>
60-
</Reference>
61-
<Reference Include="Shouldly, Version=2.6.0.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL">
62-
<HintPath>..\packages\Shouldly.2.6.0\lib\net40\Shouldly.dll</HintPath>
57+
<Reference Include="Shouldly, Version=2.7.0.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL">
58+
<HintPath>..\packages\Shouldly.2.7.0\lib\net40\Shouldly.dll</HintPath>
6359
<Private>True</Private>
6460
</Reference>
6561
<Reference Include="System" />
@@ -81,7 +77,6 @@
8177
<Compile Include="Git\GitRepositoryHelperTests.cs" />
8278
<Compile Include="Git\GitRepositoryFactoryTests.cs" />
8379
<Compile Include="GlobalInitialization.cs" />
84-
<Compile Include="ModuleInitializer.cs" />
8580
<Compile Include="Properties\AssemblyInfo.cs" />
8681
</ItemGroup>
8782
<ItemGroup>
@@ -90,24 +85,17 @@
9085
<Name>GitTools.Core.NET40</Name>
9186
</ProjectReference>
9287
</ItemGroup>
93-
<ItemGroup>
94-
<Content Include="FodyWeavers.xml" />
95-
</ItemGroup>
9688
<ItemGroup>
9789
<None Include="packages.config" />
9890
</ItemGroup>
9991
<ItemGroup />
10092
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
101-
<Import Project="..\packages\Fody.1.29.3\build\dotnet\Fody.targets" Condition="Exists('..\packages\Fody.1.29.3\build\dotnet\Fody.targets')" />
10293
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
10394
<PropertyGroup>
10495
<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>
10596
</PropertyGroup>
106-
<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'))" />
107-
<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'))" />
108-
<Error Condition="!Exists('..\packages\LibGit2Sharp.NativeBinaries.1.0.72\build\LibGit2Sharp.NativeBinaries.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibGit2Sharp.NativeBinaries.1.0.72\build\LibGit2Sharp.NativeBinaries.props'))" />
97+
<Error Condition="!Exists('..\packages\LibGit2Sharp.NativeBinaries.1.0.129\build\LibGit2Sharp.NativeBinaries.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibGit2Sharp.NativeBinaries.1.0.129\build\LibGit2Sharp.NativeBinaries.props'))" />
10998
</Target>
110-
<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')" />
11199
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
112100
Other similar extension points exist, see Microsoft.Common.targets.
113101
<Target Name="BeforeBuild">

src/GitTools.Core.Tests/ModuleInitializer.cs

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +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.3" targetFramework="net45" developmentDependency="true" />
5-
<package id="GitTools.Testing" version="0.2.0-beta0001" targetFramework="net45" />
6-
<package id="LibGit2Sharp" version="0.22.0-pre20150716071016" targetFramework="net45" />
7-
<package id="LibGit2Sharp.NativeBinaries" version="1.0.72" targetFramework="net45" />
8-
<package id="ModuleInit.Fody" version="1.5.8.0" targetFramework="net45" developmentDependency="true" />
4+
<package id="GitTools.Testing" version="1.1.0" targetFramework="net45" />
5+
<package id="LibGit2Sharp" version="0.22.0" targetFramework="net45" />
6+
<package id="LibGit2Sharp.NativeBinaries" version="1.0.129" targetFramework="net45" />
97
<package id="NUnit" version="2.6.4" targetFramework="net45" />
10-
<package id="Octokit" version="0.15.0" targetFramework="net45" />
11-
<package id="Shouldly" version="2.6.0" targetFramework="net45" />
8+
<package id="Shouldly" version="2.7.0" targetFramework="net45" />
129
</packages>

0 commit comments

Comments
 (0)