Skip to content

Commit

Permalink
Merge pull request #86 from linksplatform/dependabot/nuget/Platform.D…
Browse files Browse the repository at this point in the history
…ata.Doublets.Sequences-0.5.2

Bump Platform.Data.Doublets.Sequences from 0.5.1 to 0.5.2
  • Loading branch information
FreePhoenix888 authored Jul 7, 2023
2 parents d42118d + ce79205 commit 382bcde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Comparisons.SQLiteVSDoublets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Release'">
<PackageReference Include="Platform.Data.Doublets.Sequences" Version="0.5.1" />
<PackageReference Include="Platform.Data.Doublets.Sequences" Version="0.5.2" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Debug' AND Exists('..\Data.Doublets.Sequences\csharp\Platform.Data.Doublets.Sequences\Platform.Data.Doublets.Sequences.csproj')">
<ProjectReference Include="..\Data.Doublets.Sequences\csharp\Platform.Data.Doublets.Sequences\Platform.Data.Doublets.Sequences.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Debug' AND !Exists('..\Data.Doublets.Sequences\csharp\Platform.Data.Doublets.Sequences\Platform.Data.Doublets.Sequences.csproj')">
<PackageReference Include="Platform.Data.Doublets.Sequences" Version="0.5.1" />
<PackageReference Include="Platform.Data.Doublets.Sequences" Version="0.5.2" />
</ItemGroup>

</Project>

0 comments on commit 382bcde

Please sign in to comment.