[longomatch] Fix reference to NewtonSoft.Json
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix reference to NewtonSoft.Json
- Date: Tue, 11 Nov 2014 17:58:15 +0000 (UTC)
commit 2a707b32b8a563adf4f5a98c00f5c96e010b6a89
Author: Julien Moutte <julien fluendo com>
Date: Thu Nov 6 15:50:11 2014 +0100
Fix reference to NewtonSoft.Json
LongoMatch.Addins/LongoMatch.Addins.csproj | 12 +++---------
1 files changed, 3 insertions(+), 9 deletions(-)
---
diff --git a/LongoMatch.Addins/LongoMatch.Addins.csproj b/LongoMatch.Addins/LongoMatch.Addins.csproj
index 351630c..fa9cb93 100644
--- a/LongoMatch.Addins/LongoMatch.Addins.csproj
+++ b/LongoMatch.Addins/LongoMatch.Addins.csproj
@@ -3,8 +3,6 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>12.0.0</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{709CCDA6-CA95-4CBD-A986-B96EE0418905}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>LongoMatch.Addins</RootNamespace>
@@ -40,17 +38,13 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Mono.Addins, Version=0.6.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
- <Package>mono-addins</Package>
- <SpecificVersion>False</SpecificVersion>
- <Private>False</Private>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b9a188c8922137c6">
- <Private>False</Private>
- <Package>newtonsoft-json</Package>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
+ <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=b9a188c8922137c6">
+ <Package>newtonsoft-json</Package>
+ </Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LongoMatch.Core\LongoMatch.Core.csproj">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]