Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulkareem-siddiq committed Dec 21, 2021
1 parent e39a48e commit 58043ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/basic_tests.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
<Import Project="..\packages\SiddiqSoft.TimeThis.1.1.5\build\native\SiddiqSoft.TimeThis.targets" Condition="Exists('..\packages\SiddiqSoft.TimeThis.1.1.5\build\native\SiddiqSoft.TimeThis.targets')" />
<Import Project="..\packages\SiddiqSoft.asynchrony-lib.0.11.0\build\native\SiddiqSoft.asynchrony-lib.targets" Condition="Exists('..\packages\SiddiqSoft.asynchrony-lib.0.11.0\build\native\SiddiqSoft.asynchrony-lib.targets')" />
<Import Project="..\packages\SiddiqSoft.RWLEnvelope.1.1.1\build\native\SiddiqSoft.RWLEnvelope.targets" Condition="Exists('..\packages\SiddiqSoft.RWLEnvelope.1.1.1\build\native\SiddiqSoft.RWLEnvelope.targets')" />
<Import Project="..\packages\SiddiqSoft.restcl.0.10.5\build\native\SiddiqSoft.restcl.targets" Condition="Exists('..\packages\SiddiqSoft.restcl.0.10.5\build\native\SiddiqSoft.restcl.targets')" />
<Import Project="..\packages\SiddiqSoft.AzureCppUtils.1.5.2\build\native\SiddiqSoft.AzureCppUtils.targets" Condition="Exists('..\packages\SiddiqSoft.AzureCppUtils.1.5.2\build\native\SiddiqSoft.AzureCppUtils.targets')" />
<Import Project="..\packages\SiddiqSoft.restcl.0.10.6\build\native\SiddiqSoft.restcl.targets" Condition="Exists('..\packages\SiddiqSoft.restcl.0.10.6\build\native\SiddiqSoft.restcl.targets')" />
</ImportGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
Expand Down Expand Up @@ -130,7 +130,7 @@
<Error Condition="!Exists('..\packages\SiddiqSoft.TimeThis.1.1.5\build\native\SiddiqSoft.TimeThis.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SiddiqSoft.TimeThis.1.1.5\build\native\SiddiqSoft.TimeThis.targets'))" />
<Error Condition="!Exists('..\packages\SiddiqSoft.asynchrony-lib.0.11.0\build\native\SiddiqSoft.asynchrony-lib.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SiddiqSoft.asynchrony-lib.0.11.0\build\native\SiddiqSoft.asynchrony-lib.targets'))" />
<Error Condition="!Exists('..\packages\SiddiqSoft.RWLEnvelope.1.1.1\build\native\SiddiqSoft.RWLEnvelope.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SiddiqSoft.RWLEnvelope.1.1.1\build\native\SiddiqSoft.RWLEnvelope.targets'))" />
<Error Condition="!Exists('..\packages\SiddiqSoft.restcl.0.10.5\build\native\SiddiqSoft.restcl.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SiddiqSoft.restcl.0.10.5\build\native\SiddiqSoft.restcl.targets'))" />
<Error Condition="!Exists('..\packages\SiddiqSoft.AzureCppUtils.1.5.2\build\native\SiddiqSoft.AzureCppUtils.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SiddiqSoft.AzureCppUtils.1.5.2\build\native\SiddiqSoft.AzureCppUtils.targets'))" />
<Error Condition="!Exists('..\packages\SiddiqSoft.restcl.0.10.6\build\native\SiddiqSoft.restcl.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SiddiqSoft.restcl.0.10.6\build\native\SiddiqSoft.restcl.targets'))" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<package id="SiddiqSoft.asynchrony-lib" version="0.11.0" targetFramework="native" />
<package id="SiddiqSoft.AzureCppUtils" version="1.5.2" targetFramework="native" />
<package id="SiddiqSoft.format-helpers" version="1.0.4" targetFramework="native" />
<package id="SiddiqSoft.restcl" version="0.10.5" targetFramework="native" />
<package id="SiddiqSoft.restcl" version="0.10.6" targetFramework="native" />
<package id="SiddiqSoft.RunOnEnd" version="1.2.1" targetFramework="native" />
<package id="SiddiqSoft.RWLEnvelope" version="1.1.1" targetFramework="native" />
<package id="SiddiqSoft.SplitUri" version="1.8.3" targetFramework="native" />
Expand Down

0 comments on commit 58043ba

Please sign in to comment.