Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #275 from aspriddell/update-libs
Browse files Browse the repository at this point in the history
update libraries
  • Loading branch information
aspriddell authored Dec 17, 2021
2 parents 29ea6b3 + 904adca commit f647fb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DragonFruit.Six.Api.Tests/DragonFruit.Six.Api.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions DragonFruit.Six.Api/DragonFruit.Six.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DragonFruit.Data" Version="2021.1216.4-beta" />
<PackageReference Include="DragonFruit.Data.Serializers.Newtonsoft" Version="2021.1216.4-beta" />
<PackageReference Include="DragonFruit.Data" Version="2021.1218.0" />
<PackageReference Include="DragonFruit.Data.Serializers.Newtonsoft" Version="2021.1218.0" />
</ItemGroup>

</Project>

0 comments on commit f647fb9

Please sign in to comment.