Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Niclas Kristek committed Mar 3, 2020
1 parent cb782ea commit 30f7650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Smaragd/Smaragd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

<!-- Replace inheritdoc tags -->
<ItemGroup>
<PackageReference Include="SauceControl.InheritDoc" Version="0.4.0" PrivateAssets="all" />
<PackageReference Include="SauceControl.InheritDoc" Version="1.0.0" PrivateAssets="all" />
</ItemGroup>

<!-- Disable warning, that no inheritdoc documentation was replaced -->
Expand Down
2 changes: 1 addition & 1 deletion test/Smaragd.Tests/Smaragd.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<!-- Reference unit test dependencies -->
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 30f7650

Please sign in to comment.