|
44 | 44 | <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
|
45 | 45 | <Private>True</Private>
|
46 | 46 | </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> |
50 | 50 | </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> |
53 | 53 | <Private>True</Private>
|
54 | 54 | </Reference>
|
55 | 55 | <Reference Include="System" />
|
|
92 | 92 | </ItemGroup>
|
93 | 93 | <ItemGroup />
|
94 | 94 | <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')" /> |
96 | 96 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
97 | 97 | <PropertyGroup>
|
98 | 98 | <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>
|
99 | 99 | </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'))" /> |
101 | 102 | </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')" /> |
102 | 104 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
103 | 105 | Other similar extension points exist, see Microsoft.Common.targets.
|
104 | 106 | <Target Name="BeforeBuild">
|
|
0 commit comments