|
61 | 61 | </AssemblyOriginatorKeyFile> |
62 | 62 | </PropertyGroup> |
63 | 63 | <ItemGroup> |
64 | | - <Reference Include="Costura, Version=2.0.1.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL"> |
65 | | - <HintPath>..\packages\Costura.Fody.2.0.1\lib\net452\Costura.dll</HintPath> |
| 64 | + <Reference Include="Costura, Version=3.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL"> |
| 65 | + <HintPath>..\packages\Costura.Fody.3.1.0\lib\net46\Costura.dll</HintPath> |
66 | 66 | </Reference> |
67 | 67 | <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
68 | 68 | <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
|
197 | 197 | </BootstrapperPackage> |
198 | 198 | </ItemGroup> |
199 | 199 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 200 | + <Import Project="..\packages\Fody.3.1.3\build\Fody.targets" Condition="Exists('..\packages\Fody.3.1.3\build\Fody.targets')" /> |
200 | 201 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
201 | 202 | <PropertyGroup> |
202 | 203 | <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> |
203 | 204 | </PropertyGroup> |
204 | | - <Error Condition="!Exists('..\packages\Fody.3.0.3\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.3.0.3\build\Fody.targets'))" /> |
205 | | - <Error Condition="!Exists('..\packages\Costura.Fody.2.0.1\build\Costura.Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.2.0.1\build\Costura.Fody.targets'))" /> |
| 205 | + <Error Condition="!Exists('..\packages\Fody.3.1.3\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.3.1.3\build\Fody.targets'))" /> |
| 206 | + <Error Condition="!Exists('..\packages\Costura.Fody.3.1.0\build\Costura.Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.3.1.0\build\Costura.Fody.targets'))" /> |
206 | 207 | </Target> |
207 | | - <Import Project="..\packages\Fody.3.0.3\build\Fody.targets" Condition="Exists('..\packages\Fody.3.0.3\build\Fody.targets')" /> |
208 | | - <Import Project="..\packages\Costura.Fody.2.0.1\build\Costura.Fody.targets" Condition="Exists('..\packages\Costura.Fody.2.0.1\build\Costura.Fody.targets')" /> |
| 208 | + <Import Project="..\packages\Costura.Fody.3.1.0\build\Costura.Fody.targets" Condition="Exists('..\packages\Costura.Fody.3.1.0\build\Costura.Fody.targets')" /> |
209 | 209 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
210 | 210 | Other similar extension points exist, see Microsoft.Common.targets. |
211 | 211 | <Target Name="BeforeBuild"> |
|
0 commit comments