Skip to content

Commit

Permalink
Updated RSG.Promise dependency from 1.2.2 to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryDungan committed Feb 16, 2018
1 parent 09b1bc0 commit 7a6ba7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RSG.UnityApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<Reference Include="RSG.Metrics, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\RSG.Metrics.1.1.0\lib\net35\RSG.Metrics.dll</HintPath>
</Reference>
<Reference Include="RSG.Promise, Version=1.2.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\RSG.Promise.1.2.2.0\lib\net35\RSG.Promise.dll</HintPath>
<Reference Include="RSG.Promise, Version=3.0.0.0, Culture=neutral, PublicKeyToken=7019fe0722eef3a4, processorArchitecture=MSIL">
<HintPath>packages\RSG.Promise.3.0.0\lib\net35\RSG.Promise.dll</HintPath>
</Reference>
<Reference Include="RSG.SceneQuery, Version=1.0.9.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\RSG.SceneQuery.1.0.9\lib\net35\RSG.SceneQuery.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="RSG.Factory" version="1.2.0" targetFramework="net35" />
<package id="RSG.Metrics" version="1.1.0" targetFramework="net35" />
<package id="RSG.Promise" version="1.2.2.0" targetFramework="net35" />
<package id="RSG.Promise" version="3.0.0" targetFramework="net35" />
<package id="RSG.SceneQuery" version="1.0.9" targetFramework="net35" />
<package id="RSG.Toolkit" version="1.0.1.0" targetFramework="net35" />
<package id="Unity.Newtonsoft.Json" version="7.0.0.0" targetFramework="net35" />
Expand Down

0 comments on commit 7a6ba7c

Please sign in to comment.