Skip to content

Commit

Permalink
[Internal] CTL: Fixes project references (#2251)
Browse files Browse the repository at this point in the history
* Fix csproj

* adding flag

* Shouldn't be private
  • Loading branch information
ealsur authored Feb 24, 2021
1 parent ecce6cf commit aff24f4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Microsoft.Azure.Cosmos.Samples/Tools/CTL/CosmosCTL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,11 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.10" />
</ItemGroup>

<ItemGroup Condition=" '$(ProjectRef)' != 'True' ">
<PackageReference Include="Microsoft.Azure.Cosmos" Version="*" />
</ItemGroup>

<ItemGroup Condition=" '$(ProjectRef)' == 'True' ">
<ItemGroup>
<ProjectReference Include="..\..\..\Microsoft.Azure.Cosmos\src\Microsoft.Azure.Cosmos.csproj" />
</ItemGroup>
<ItemGroup Condition=" '$(OSSProjectRef)' == 'True' ">
<ProjectReference Include="..\..\..\Microsoft.Azure.Cosmos\src\Microsoft.Azure.Cosmos.csproj" />

<ItemGroup Condition=" '$(ProjectRef)' != 'True' ">
<PackageReference Include="Microsoft.Azure.Cosmos.Direct" Version="[$(DirectVersion)]" />
<PackageReference Include="Microsoft.HybridRow" Version="[$(HybridRowVersion)]" />
</ItemGroup>
Expand Down

0 comments on commit aff24f4

Please sign in to comment.