Skip to content

Commit

Permalink
Switch RSG to ProtoPromise.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcassell committed Sep 25, 2022
1 parent 3cf90c1 commit f7a86ff
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 101 deletions.
8 changes: 6 additions & 2 deletions src/Proyecto26.RestClient/Proyecto26.RestClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,12 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="RSG.Promise">
<HintPath>..\packages\RSG.Promise.3.0.1\lib\net35\RSG.Promise.dll</HintPath>
<Reference Include="ProtoPromise, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ProtoPromise.2.3.0\lib\net35\Release\ProtoPromise.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ProtoPromiseUnityHelpers, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ProtoPromiseUnityHelpers.2.3.0\lib\net35\Release\ProtoPromiseUnityHelpers.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine">
Expand Down
Loading

0 comments on commit f7a86ff

Please sign in to comment.