|
3 | 3 | <PackageReference Include="Polly" />
|
4 | 4 | </ItemGroup>
|
5 | 5 | <ItemGroup>
|
6 |
| - <Compile Include="..\..\src\GitVersion.Core\Git\AuthenticationInfo.cs"> |
| 6 | + <Compile Include="..\..\src\GitVersion.Abstractions\Git\AuthenticationInfo.cs"> |
7 | 7 | <Link>Git\AuthenticationInfo.cs</Link>
|
8 | 8 | </Compile>
|
9 |
| - <Compile Include="..\..\src\GitVersion.Core\Git\CommitFilter.cs"> |
| 9 | + <Compile Include="..\..\src\GitVersion.Abstractions\Git\CommitFilter.cs"> |
10 | 10 | <Link>Git\CommitFilter.cs</Link>
|
11 | 11 | </Compile>
|
12 |
| - <Compile Include="..\..\src\GitVersion.Core\Git\IBranch.cs"> |
| 12 | + <Compile Include="..\..\src\GitVersion.Abstractions\Git\IBranch.cs"> |
13 | 13 | <Link>Git\IBranch.cs</Link>
|
14 | 14 | </Compile>
|
15 |
| - <Compile Include="..\..\src\GitVersion.Core\Git\IBranchCollection.cs"> |
| 15 | + <Compile Include="..\..\src\GitVersion.Abstractions\Git\IBranchCollection.cs"> |
16 | 16 | <Link>Git\IBranchCollection.cs</Link>
|
17 | 17 | </Compile>
|
18 |
| - <Compile Include="..\..\src\GitVersion.Core\Git\ICommit.cs"> |
| 18 | + <Compile Include="..\..\src\GitVersion.Abstractions\Git\ICommit.cs"> |
19 | 19 | <Link>Git\ICommit.cs</Link>
|
20 | 20 | </Compile>
|
21 |
| - <Compile Include="..\..\src\GitVersion.Core\Git\ICommitCollection.cs"> |
| 21 | + <Compile Include="..\..\src\GitVersion.Abstractions\Git\ICommitCollection.cs"> |
22 | 22 | <Link>Git\ICommitCollection.cs</Link>
|
23 | 23 | </Compile>
|
24 |
| - <Compile Include="..\..\src\GitVersion.Core\Git\IGitObject.cs"> |
| 24 | + <Compile Include="..\..\src\GitVersion.Abstractions\Git\IGitObject.cs"> |
25 | 25 | <Link>Git\IGitObject.cs</Link>
|
26 | 26 | </Compile>
|
27 |
| - <Compile Include="..\..\src\GitVersion.Core\Git\IGitRepository.cs"> |
| 27 | + <Compile Include="..\..\src\GitVersion.Abstractions\Git\IGitRepository.cs"> |
28 | 28 | <Link>Git\IGitRepository.cs</Link>
|
29 | 29 | </Compile>
|
30 |
| - <Compile Include="..\..\src\GitVersion.Core\Git\INamedReference.cs"> |
| 30 | + <Compile Include="..\..\src\GitVersion.Abstractions\Git\INamedReference.cs"> |
31 | 31 | <Link>Git\INamedReference.cs</Link>
|
32 | 32 | </Compile>
|
33 |
| - <Compile Include="..\..\src\GitVersion.Core\Git\IObjectId.cs"> |
| 33 | + <Compile Include="..\..\src\GitVersion.Abstractions\Git\IObjectId.cs"> |
34 | 34 | <Link>Git\IObjectId.cs</Link>
|
35 | 35 | </Compile>
|
36 |
| - <Compile Include="..\..\src\GitVersion.Core\Git\IReference.cs"> |
| 36 | + <Compile Include="..\..\src\GitVersion.Abstractions\Git\IReference.cs"> |
37 | 37 | <Link>Git\IReference.cs</Link>
|
38 | 38 | </Compile>
|
39 |
| - <Compile Include="..\..\src\GitVersion.Core\Git\IReferenceCollection.cs"> |
| 39 | + <Compile Include="..\..\src\GitVersion.Abstractions\Git\IReferenceCollection.cs"> |
40 | 40 | <Link>Git\IReferenceCollection.cs</Link>
|
41 | 41 | </Compile>
|
42 |
| - <Compile Include="..\..\src\GitVersion.Core\Git\IRefSpec.cs"> |
| 42 | + <Compile Include="..\..\src\GitVersion.Abstractions\Git\IRefSpec.cs"> |
43 | 43 | <Link>Git\IRefSpec.cs</Link>
|
44 | 44 | </Compile>
|
45 |
| - <Compile Include="..\..\src\GitVersion.Core\Git\IRefSpecCollection.cs"> |
| 45 | + <Compile Include="..\..\src\GitVersion.Abstractions\Git\IRefSpecCollection.cs"> |
46 | 46 | <Link>Git\IRefSpecCollection.cs</Link>
|
47 | 47 | </Compile>
|
48 |
| - <Compile Include="..\..\src\GitVersion.Core\Git\IRemote.cs"> |
| 48 | + <Compile Include="..\..\src\GitVersion.Abstractions\Git\IRemote.cs"> |
49 | 49 | <Link>Git\IRemote.cs</Link>
|
50 | 50 | </Compile>
|
51 |
| - <Compile Include="..\..\src\GitVersion.Core\Git\IRemoteCollection.cs"> |
| 51 | + <Compile Include="..\..\src\GitVersion.Abstractions\Git\IRemoteCollection.cs"> |
52 | 52 | <Link>Git\IRemoteCollection.cs</Link>
|
53 | 53 | </Compile>
|
54 |
| - <Compile Include="..\..\src\GitVersion.Core\Git\ITag.cs"> |
| 54 | + <Compile Include="..\..\src\GitVersion.Abstractions\Git\ITag.cs"> |
55 | 55 | <Link>Git\ITag.cs</Link>
|
56 | 56 | </Compile>
|
57 |
| - <Compile Include="..\..\src\GitVersion.Core\Git\ITagCollection.cs"> |
| 57 | + <Compile Include="..\..\src\GitVersion.Abstractions\Git\ITagCollection.cs"> |
58 | 58 | <Link>Git\ITagCollection.cs</Link>
|
59 | 59 | </Compile>
|
60 |
| - <Compile Include="..\..\src\GitVersion.Core\Git\ReferenceName.cs"> |
| 60 | + <Compile Include="..\..\src\GitVersion.Abstractions\Git\ReferenceName.cs"> |
61 | 61 | <Link>Git\ReferenceName.cs</Link>
|
62 | 62 | </Compile>
|
63 |
| - <Compile Include="..\..\src\GitVersion.Core\Git\RefSpecDirection.cs"> |
| 63 | + <Compile Include="..\..\src\GitVersion.Abstractions\Git\RefSpecDirection.cs"> |
64 | 64 | <Link>Git\RefSpecDirection.cs</Link>
|
65 | 65 | </Compile>
|
66 | 66 | </ItemGroup>
|
|
0 commit comments