Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
Updated all NuGet packages to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertvanHorrik committed Nov 6, 2014
1 parent 937d677 commit eaaef20
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/GitLink.Tests/GitLink.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</Reference>
<Reference Include="Catel.Core, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\Catel.Core.4.0.0-unstable0497\lib\net45\Catel.Core.dll</HintPath>
<HintPath>..\..\lib\Catel.Core.4.0.0-unstable0532\lib\net45\Catel.Core.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\..\lib\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/GitLink.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<packages>
<package id="ApprovalTests" version="3.0.7" targetFramework="net45" />
<package id="ApprovalUtilities" version="3.0.7" targetFramework="net45" />
<package id="Catel.Core" version="4.0.0-unstable0497" targetFramework="net45" />
<package id="Catel.Core" version="4.0.0-unstable0532" targetFramework="net45" />
<package id="NUnit" version="2.6.3" targetFramework="net45" />
</packages>
19 changes: 11 additions & 8 deletions src/GitLink/GitLink.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\lib\LibGit2Sharp.0.20.0.0\build\net40\LibGit2Sharp.props" Condition="Exists('..\..\lib\LibGit2Sharp.0.20.0.0\build\net40\LibGit2Sharp.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand All @@ -12,7 +13,7 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<NuGetPackageImportStamp>9be2d35b</NuGetPackageImportStamp>
<NuGetPackageImportStamp>bcfb0dc6</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -48,14 +49,15 @@
<ItemGroup>
<Reference Include="Catel.Core, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\Catel.Core.4.0.0-unstable0497\lib\net45\Catel.Core.dll</HintPath>
<HintPath>..\..\lib\Catel.Core.4.0.0-unstable0532\lib\net45\Catel.Core.dll</HintPath>
</Reference>
<Reference Include="Catel.Fody.Attributes">
<HintPath>..\..\lib\Catel.Fody.2.3.0-unstable0031\lib\portable-net4+sl4+wp7+win8+wpa81+MonoAndroid14+MonoTouch40\Catel.Fody.Attributes.dll</HintPath>
<Reference Include="Catel.Fody.Attributes, Version=2.4.0.0, Culture=neutral, PublicKeyToken=1c8163524cbe02e6, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\Catel.Fody.2.4.0-unstable0001\lib\portable-net4+sl4+wp7+win8+wpa81+MonoAndroid14+MonoTouch40\Catel.Fody.Attributes.dll</HintPath>
</Reference>
<Reference Include="LibGit2Sharp, Version=0.19.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="LibGit2Sharp, Version=0.20.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\LibGit2Sharp.0.19.0.0\lib\net40\LibGit2Sharp.dll</HintPath>
<HintPath>..\..\lib\LibGit2Sharp.0.20.0.0\lib\net40\LibGit2Sharp.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Build" />
<Reference Include="System" />
Expand Down Expand Up @@ -125,12 +127,13 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
</PropertyGroup>
<Import Project="..\..\lib\Fody.1.25.0\build\Fody.targets" Condition="Exists('..\..\lib\Fody.1.25.0\build\Fody.targets')" />
<Import Project="..\..\lib\Fody.1.26.1\build\Fody.targets" Condition="Exists('..\..\lib\Fody.1.26.1\build\Fody.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<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>
</PropertyGroup>
<Error Condition="!Exists('..\..\lib\Fody.1.25.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\lib\Fody.1.25.0\build\Fody.targets'))" />
<Error Condition="!Exists('..\..\lib\Fody.1.26.1\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\lib\Fody.1.26.1\build\Fody.targets'))" />
<Error Condition="!Exists('..\..\lib\LibGit2Sharp.0.20.0.0\build\net40\LibGit2Sharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\lib\LibGit2Sharp.0.20.0.0\build\net40\LibGit2Sharp.props'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
8 changes: 4 additions & 4 deletions src/GitLink/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Catel.Core" version="4.0.0-unstable0497" targetFramework="net45" />
<package id="Catel.Fody" version="2.3.0-unstable0031" targetFramework="net45" developmentDependency="true" />
<package id="Catel.Core" version="4.0.0-unstable0532" targetFramework="net45" />
<package id="Catel.Fody" version="2.4.0-unstable0001" targetFramework="net45" developmentDependency="true" />
<package id="Costura.Fody" version="1.3.2.0" targetFramework="net45" developmentDependency="true" />
<package id="Fody" version="1.25.0" targetFramework="net45" developmentDependency="true" />
<package id="LibGit2Sharp" version="0.19.0.0" targetFramework="net45" />
<package id="Fody" version="1.26.1" targetFramework="net45" developmentDependency="true" />
<package id="LibGit2Sharp" version="0.20.0.0" targetFramework="net45" />
</packages>

0 comments on commit eaaef20

Please sign in to comment.