Skip to content

Commit

Permalink
package update
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelschnyder committed Oct 9, 2017
1 parent c4ab4ee commit eada274
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Demo.JobRunner/Demo.JobRunner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Jobbr.Runtime.ForkedExecution, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Jobbr.Runtime.ForkedExecution.1.0.0-unstable6\lib\net45\Jobbr.Runtime.ForkedExecution.dll</HintPath>
<HintPath>..\packages\Jobbr.Runtime.ForkedExecution.1.0.0\lib\net45\Jobbr.Runtime.ForkedExecution.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion Demo.JobRunner/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Jobbr.Runtime.ForkedExecution" version="1.0.0-unstable6" targetFramework="net462" />
<package id="Jobbr.Runtime.ForkedExecution" version="1.0.0" targetFramework="net462" />
</packages>
10 changes: 5 additions & 5 deletions Demo.JobServer/Demo.JobServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,20 @@
<HintPath>..\packages\Jobbr.ComponentModel.Registration.1.0.0\lib\net45\Jobbr.ComponentModel.Registration.dll</HintPath>
</Reference>
<Reference Include="Jobbr.Server, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Jobbr.Server.1.0.0-unstable.469\lib\net45\Jobbr.Server.dll</HintPath>
<HintPath>..\packages\Jobbr.Server.1.0.0\lib\net462\Jobbr.Server.dll</HintPath>
</Reference>
<Reference Include="Jobbr.Server.ForkedExecution, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Jobbr.Execution.Forked.1.0.0-unstable3\lib\net45\Jobbr.Server.ForkedExecution.dll</HintPath>
</Reference>
<Reference Include="Jobbr.Server.MsSql, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Jobbr.Server.MsSql.1.0.0-unstable23\lib\net45\Jobbr.Server.MsSql.dll</HintPath>
<HintPath>..\packages\Jobbr.Execution.Forked.1.0.0\lib\net462\Jobbr.Server.ForkedExecution.dll</HintPath>
</Reference>
<Reference Include="Jobbr.Server.RavenDB, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Jobbr.Server.RavenDB.1.0.0-unstable3\lib\net45\Jobbr.Server.RavenDB.dll</HintPath>
</Reference>
<Reference Include="Jobbr.Server.WebAPI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Jobbr.Server.WebAPI.1.0.0-unstable60\lib\net45\Jobbr.Server.WebAPI.dll</HintPath>
</Reference>
<Reference Include="Jobbr.Storage.MsSql, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Jobbr.Storage.MsSql.1.0.0-rc.3\lib\net462\Jobbr.Storage.MsSql.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Host.HttpListener, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Owin.Host.HttpListener.3.1.0\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
</Reference>
Expand Down
4 changes: 2 additions & 2 deletions Demo.JobServer/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<package id="Jobbr.ComponentModel.JobStorage" version="1.0.0" targetFramework="net462" />
<package id="Jobbr.ComponentModel.Management" version="1.0.0" targetFramework="net462" />
<package id="Jobbr.ComponentModel.Registration" version="1.0.0" targetFramework="net462" />
<package id="Jobbr.Execution.Forked" version="1.0.0-unstable3" targetFramework="net462" />
<package id="Jobbr.Server" version="1.0.0-unstable.469" targetFramework="net462" />
<package id="Jobbr.Execution.Forked" version="1.0.0" targetFramework="net462" />
<package id="Jobbr.Server" version="1.0.0" targetFramework="net462" />
<package id="Jobbr.Server.RavenDB" version="1.0.0-unstable3" targetFramework="net462" />
<package id="Jobbr.Server.WebAPI" version="1.0.0-unstable60" targetFramework="net462" />
<package id="Jobbr.Storage.MsSql" version="1.0.0-rc.3" targetFramework="net462" />
Expand Down

0 comments on commit eada274

Please sign in to comment.