mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Update Rx libraries
This commit is contained in:
@@ -49,19 +49,19 @@
|
||||
<Reference Include="System.Net" />
|
||||
<Reference Include="System.Reactive.Core, Version=2.1.30214.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\octokit.net\packages\Rx-Core.2.0.21114\lib\Net40\System.Reactive.Core.dll</HintPath>
|
||||
<HintPath>..\packages\Rx-Core.2.1.30214.0\lib\Net40\System.Reactive.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Reactive.Interfaces, Version=2.1.30214.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\octokit.net\packages\Rx-Interfaces.2.0.21114\lib\Net40\System.Reactive.Interfaces.dll</HintPath>
|
||||
<HintPath>..\packages\Rx-Interfaces.2.1.30214.0\lib\Net40\System.Reactive.Interfaces.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Reactive.Linq, Version=2.1.30214.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\octokit.net\packages\Rx-Linq.2.0.21114\lib\Net40\System.Reactive.Linq.dll</HintPath>
|
||||
<HintPath>..\packages\Rx-Linq.2.1.30214.0\lib\Net40\System.Reactive.Linq.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Reactive.PlatformServices, Version=2.1.30214.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\octokit.net\packages\Rx-PlatformServices.2.0.21114\lib\Net40\System.Reactive.PlatformServices.dll</HintPath>
|
||||
<HintPath>..\packages\Rx-PlatformServices.2.1.30214.0\lib\Net40\System.Reactive.PlatformServices.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Runtime">
|
||||
<HintPath>..\packages\Microsoft.Bcl.1.0.19\lib\net40\System.Runtime.dll</HintPath>
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
<package id="Microsoft.Bcl" version="1.0.19" targetFramework="net40" />
|
||||
<package id="Microsoft.Bcl.Async" version="1.0.16" targetFramework="net40" />
|
||||
<package id="Microsoft.Bcl.Build" version="1.0.10" targetFramework="net40" />
|
||||
<package id="Rx-Core" version="2.0.21114" targetFramework="net40" />
|
||||
<package id="Rx-Interfaces" version="2.0.21114" targetFramework="net40" />
|
||||
<package id="Rx-Linq" version="2.0.21114" targetFramework="net40" />
|
||||
<package id="Rx-Main" version="2.0.21114" targetFramework="net40" />
|
||||
<package id="Rx-PlatformServices" version="2.0.21114" targetFramework="net40" />
|
||||
<package id="Rx-Core" version="2.1.30214.0" targetFramework="net40" />
|
||||
<package id="Rx-Interfaces" version="2.1.30214.0" targetFramework="net40" />
|
||||
<package id="Rx-Linq" version="2.1.30214.0" targetFramework="net40" />
|
||||
<package id="Rx-Main" version="2.1.30214.0" targetFramework="net40" />
|
||||
<package id="Rx-PlatformServices" version="2.1.30214.0" targetFramework="net40" />
|
||||
</packages>
|
||||
Reference in New Issue
Block a user