Update Cake.* NuGet packages.
This commit is contained in:
parent
a3d8508555
commit
3fcdbfb45d
2 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
|
@ -32,12 +32,6 @@
|
|||
<DocumentationFile>bin\Release\Cake.ArgumentHelpers.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Cake.Common, Version=0.20.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Cake.Common.0.20.0\lib\net45\Cake.Common.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Cake.Core, Version=0.20.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Cake.Core.0.20.0\lib\net45\Cake.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
|
@ -46,6 +40,12 @@
|
|||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="Cake.Core">
|
||||
<HintPath>..\packages\Cake.Core.0.21.0\lib\net45\Cake.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Cake.Common">
|
||||
<HintPath>..\packages\Cake.Common.0.21.0\lib\net45\Cake.Common.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="ArgumentOrEnvironmentVariableAlias.cs" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Cake.Common" version="0.20.0" targetFramework="net452" />
|
||||
<package id="Cake.Core" version="0.20.0" targetFramework="net452" />
|
||||
<package id="Cake.Common" version="0.21.0" targetFramework="net45" />
|
||||
<package id="Cake.Core" version="0.21.0" targetFramework="net45" />
|
||||
</packages>
|
Loading…
Add table
Reference in a new issue