Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Apr 22, 2021
1 parent 0594482 commit 0f22a9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/DragonFruit.Orbit.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DragonFruit.Common.Data" Version="2020.1228.27" />
<PackageReference Include="JetBrains.Annotations" Version="2020.3.0" />
<PackageReference Include="DragonFruit.Common.Data" Version="2021.409.33" />
<PackageReference Include="JetBrains.Annotations" Version="2021.1.0" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions tests/DragonFruit.Orbit.Api.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<ItemGroup>
<PackageReference Include="NUnit" Version="3.13.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0f22a9e

Please sign in to comment.