Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Jul 12, 2022
1 parent 7f474e7 commit a021a1a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/DragonFruit.OnionFruit.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DragonFruit.Data" Version="2021.1218.0"/>
<PackageReference Include="DragonFruit.Data.Serializers.Newtonsoft" Version="2021.1218.0"/>
<PackageReference Include="DragonFruit.Data" Version="2022.702.0" />
<PackageReference Include="DragonFruit.Data.Serializers.Newtonsoft" Version="2022.702.0" />
</ItemGroup>

<ItemGroup>
<None Include="$(SolutionDir)icon.png" Pack="true" PackagePath="."/>
<None Include="$(SolutionDir)icon.png" Pack="true" PackagePath="." />
</ItemGroup>

</Project>
15 changes: 9 additions & 6 deletions tests/DragonFruit.OnionFruit.Api.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DragonFruit.Data" Version="2021.1218.0"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0"/>
<PackageReference Include="NUnit" Version="3.13.2"/>
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0"/>
<PackageReference Include="coverlet.collector" Version="3.1.0"/>
<PackageReference Include="DragonFruit.Data" Version="2022.702.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="coverlet.collector" Version="3.1.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\src\DragonFruit.OnionFruit.Api.csproj"/>
<ProjectReference Include="..\src\DragonFruit.OnionFruit.Api.csproj" />
</ItemGroup>

</Project>

0 comments on commit a021a1a

Please sign in to comment.