Skip to content

Commit

Permalink
GH-1550 fixed missing dependency
Browse files Browse the repository at this point in the history
using older GitTools.Core package instead of project
  • Loading branch information
arturcic committed Jan 23, 2019
1 parent e2148e0 commit baeacc5
Show file tree
Hide file tree
Showing 59 changed files with 35 additions and 7,524 deletions.
7 changes: 5 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<Project>
<PropertyGroup>
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
</PropertyGroup>
<PropertyGroup>
<PackageVersion_GitToolsCore>1.3.1</PackageVersion_GitToolsCore>
<PackageVersion_YamlDotNet>5.2.1</PackageVersion_YamlDotNet>
<PackageVersion_LibGit2Sharp>0.26.0-preview-0070</PackageVersion_LibGit2Sharp>
<PackageVersion_LibGit2SharpNativeBinaries>[1.0.258]</PackageVersion_LibGit2SharpNativeBinaries>
<PackageVersion_LibGit2SharpNativeBinaries>[1.0.185]</PackageVersion_LibGit2SharpNativeBinaries>
</PropertyGroup>
</Project>
325 changes: 0 additions & 325 deletions src/GitTools.Core.Tests/Git/DynamicRepositoriesTests.cs

This file was deleted.

This file was deleted.

Loading

0 comments on commit baeacc5

Please sign in to comment.