|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <Import Project="..\packages\LibGit2Sharp.0.20.0.0\build\net40\LibGit2Sharp.props" Condition="Exists('..\packages\LibGit2Sharp.0.20.0.0\build\net40\LibGit2Sharp.props')" /> |
| 3 | + <Import Project="..\packages\LibGit2Sharp.0.20.2.0\build\net40\LibGit2Sharp.props" Condition="Exists('..\packages\LibGit2Sharp.0.20.2.0\build\net40\LibGit2Sharp.props')" /> |
4 | 4 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 | 5 | <PropertyGroup> |
6 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
12 | 12 | <AssemblyName>GitReleaseNotes.Tests</AssemblyName> |
13 | 13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment> |
15 | | - <NuGetPackageImportStamp>ff82c7c4</NuGetPackageImportStamp> |
| 15 | + <NuGetPackageImportStamp>090cc19e</NuGetPackageImportStamp> |
16 | 16 | </PropertyGroup> |
17 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
18 | 18 | <DebugSymbols>true</DebugSymbols> |
|
32 | 32 | <WarningLevel>4</WarningLevel> |
33 | 33 | </PropertyGroup> |
34 | 34 | <ItemGroup> |
35 | | - <Reference Include="ApprovalTests, Version=3.0.0.0, Culture=neutral, PublicKeyToken=11bd7d124fc62e0f, processorArchitecture=MSIL"> |
36 | | - <SpecificVersion>False</SpecificVersion> |
37 | | - <HintPath>..\packages\ApprovalTests.3.0.7\lib\net40\ApprovalTests.dll</HintPath> |
| 35 | + <Reference Include="ApprovalTests"> |
| 36 | + <HintPath>..\packages\ApprovalTests.3.0.8\lib\net40\ApprovalTests.dll</HintPath> |
38 | 37 | </Reference> |
39 | | - <Reference Include="ApprovalUtilities, Version=3.0.0.0, Culture=neutral, PublicKeyToken=11bd7d124fc62e0f, processorArchitecture=MSIL"> |
40 | | - <SpecificVersion>False</SpecificVersion> |
41 | | - <HintPath>..\packages\ApprovalUtilities.3.0.7\lib\net35\ApprovalUtilities.dll</HintPath> |
| 38 | + <Reference Include="ApprovalUtilities"> |
| 39 | + <HintPath>..\packages\ApprovalUtilities.3.0.8\lib\net45\ApprovalUtilities.dll</HintPath> |
42 | 40 | </Reference> |
43 | | - <Reference Include="LibGit2Sharp, Version=0.20.0.0, Culture=neutral, processorArchitecture=MSIL"> |
44 | | - <SpecificVersion>False</SpecificVersion> |
45 | | - <HintPath>..\packages\LibGit2Sharp.0.20.0.0\lib\net40\LibGit2Sharp.dll</HintPath> |
| 41 | + <Reference Include="ApprovalUtilities.Net45"> |
| 42 | + <HintPath>..\packages\ApprovalUtilities.3.0.8\lib\net45\ApprovalUtilities.Net45.dll</HintPath> |
46 | 43 | </Reference> |
47 | | - <Reference Include="NSubstitute, Version=1.8.0.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL"> |
48 | | - <SpecificVersion>False</SpecificVersion> |
49 | | - <HintPath>..\packages\NSubstitute.1.8.0.0\lib\net45\NSubstitute.dll</HintPath> |
| 44 | + <Reference Include="LibGit2Sharp"> |
| 45 | + <HintPath>..\packages\LibGit2Sharp.0.20.2.0\lib\net40\LibGit2Sharp.dll</HintPath> |
50 | 46 | </Reference> |
51 | | - <Reference Include="Octokit, Version=0.5.2.0, Culture=neutral, processorArchitecture=MSIL"> |
52 | | - <SpecificVersion>False</SpecificVersion> |
53 | | - <HintPath>..\packages\Octokit.0.5.2\lib\net45\Octokit.dll</HintPath> |
| 47 | + <Reference Include="NSubstitute"> |
| 48 | + <HintPath>..\packages\NSubstitute.1.8.1.0\lib\net45\NSubstitute.dll</HintPath> |
| 49 | + </Reference> |
| 50 | + <Reference Include="Octokit"> |
| 51 | + <HintPath>..\packages\Octokit.0.6.2\lib\net45\Octokit.dll</HintPath> |
54 | 52 | </Reference> |
55 | 53 | <Reference Include="Shouldly"> |
56 | 54 | <HintPath>..\packages\Shouldly.2.2.1\lib\net40\Shouldly.dll</HintPath> |
|
102 | 100 | </PropertyGroup> |
103 | 101 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
104 | 102 | <PropertyGroup> |
105 | | - <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
| 103 | + <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> |
106 | 104 | </PropertyGroup> |
107 | | - <Error Condition="!Exists('..\packages\LibGit2Sharp.0.20.0.0\build\net40\LibGit2Sharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibGit2Sharp.0.20.0.0\build\net40\LibGit2Sharp.props'))" /> |
| 105 | + <Error Condition="!Exists('..\packages\LibGit2Sharp.0.20.2.0\build\net40\LibGit2Sharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibGit2Sharp.0.20.2.0\build\net40\LibGit2Sharp.props'))" /> |
108 | 106 | </Target> |
109 | 107 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
110 | 108 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments