Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
Update to Eto.Forms 1.3.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensley committed Jun 20, 2014
1 parent 4cade45 commit a496593
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 29 deletions.
6 changes: 3 additions & 3 deletions Source/JabbR.Desktop/JabbR.Desktop.csproj
Expand Up @@ -39,15 +39,15 @@
<Reference Include="System.Core" />
<Reference Include="System.Xml" />
<Reference Include="System.Runtime.Caching" />
<Reference Include="Eto">
<HintPath>..\packages\Eto.Forms.1.3.0-alpha\lib\net40\Eto.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.SignalR.Client">
<HintPath>..\packages\Microsoft.AspNet.SignalR.Client.2.0.3\lib\net45\Microsoft.AspNet.SignalR.Client.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.6.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Eto">
<HintPath>..\packages\Eto.Forms.1.3.0\lib\net40\Eto.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Actions\ShowPreferences.cs" />
Expand Down
2 changes: 1 addition & 1 deletion Source/JabbR.Desktop/packages.config
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Eto.Forms" version="1.3.0-alpha" targetFramework="net45" />
<package id="Eto.Forms" version="1.3.0" targetFramework="net45" />
<package id="Microsoft.AspNet.SignalR.Client" version="2.0.3" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.2" targetFramework="net45" />
</packages>
24 changes: 10 additions & 14 deletions Source/JabbR.Linux/JabbR.Linux.csproj
Expand Up @@ -34,24 +34,20 @@
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="Eto, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Eto.Forms.1.3.0-alpha\lib\net40\Eto.dll</HintPath>
</Reference>
<Reference Include="Eto.Platform.Gtk, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Eto.Platform.Gtk.1.3.0-alpha\lib\net40\Eto.Platform.Gtk.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.SignalR.Client, Version=2.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<Reference Include="System" />
<Reference Include="System.Security" />
<Reference Include="Microsoft.AspNet.SignalR.Client">
<HintPath>..\packages\Microsoft.AspNet.SignalR.Client.2.0.3\lib\net45\Microsoft.AspNet.SignalR.Client.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.6.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Security" />
<Reference Include="Eto">
<HintPath>..\packages\Eto.Forms.1.3.0\lib\net40\Eto.dll</HintPath>
</Reference>
<Reference Include="Eto.Platform.Gtk">
<HintPath>..\packages\Eto.Platform.Gtk.1.3.0\lib\net40\Eto.Platform.Gtk.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Main.cs" />
Expand Down
6 changes: 3 additions & 3 deletions Source/JabbR.Linux/packages.config
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Eto.Forms" version="1.3.0-alpha" targetFramework="net45" />
<package id="Eto.Platform.Gtk" version="1.3.0-alpha" targetFramework="net45" />
<package id="Eto.Forms" version="1.3.0" targetFramework="net45" />
<package id="Eto.Platform.Gtk" version="1.3.0" targetFramework="net45" />
<package id="Microsoft.AspNet.SignalR.Client" version="2.0.3" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.2" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="net45" />
</packages>
12 changes: 6 additions & 6 deletions Source/JabbR.Mac/JabbR.Mac.csproj
Expand Up @@ -116,18 +116,18 @@
<Reference Include="Microsoft.CSharp" />
<Reference Include="XamMac, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065" />
<Reference Include="System.ServiceModel" />
<Reference Include="Eto">
<HintPath>..\packages\Eto.Forms.1.3.0-alpha\lib\net40\Eto.dll</HintPath>
</Reference>
<Reference Include="Eto.Platform.XamMac">
<HintPath>..\packages\Eto.Platform.XamMac.1.3.0-alpha\lib\net40\Eto.Platform.XamMac.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.6.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.SignalR.Client">
<HintPath>..\packages\Microsoft.AspNet.SignalR.Client.2.0.3\lib\net45\Microsoft.AspNet.SignalR.Client.dll</HintPath>
</Reference>
<Reference Include="Eto">
<HintPath>..\packages\Eto.Forms.1.3.0\lib\net40\Eto.dll</HintPath>
</Reference>
<Reference Include="Eto.Platform.XamMac">
<HintPath>..\packages\Eto.Platform.XamMac.1.3.0\lib\net40\Eto.Platform.XamMac.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Main.cs" />
Expand Down
4 changes: 2 additions & 2 deletions Source/JabbR.Mac/packages.config
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Eto.Forms" version="1.3.0-alpha" targetFramework="net45" />
<package id="Eto.Platform.XamMac" version="1.3.0-alpha" targetFramework="net45" />
<package id="Eto.Forms" version="1.3.0" targetFramework="net45" />
<package id="Eto.Platform.XamMac" version="1.3.0" targetFramework="net45" />
<package id="Microsoft.AspNet.SignalR.Client" version="2.0.3" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.2" targetFramework="net45" />
</packages>

0 comments on commit a496593

Please sign in to comment.