Skip to content

Commit

Permalink
Merge pull request #64 from JakeGinnivan/cleanup
Browse files Browse the repository at this point in the history
Minor cleanup
  • Loading branch information
danielmarbach committed Jun 30, 2019
2 parents ab8fba7 + 876530a commit dbfb512
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/ApiApprover.sln
Expand Up @@ -14,7 +14,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
..\appveyor.yml = ..\appveyor.yml
..\build.ps1 = ..\build.ps1
Directory.Build.props = Directory.Build.props
..\GitVersion.yml = ..\GitVersion.yml
..\LICENSE = ..\LICENSE
PublicApiGenerator.snk = PublicApiGenerator.snk
..\README.md = ..\README.md
Expand Down
2 changes: 1 addition & 1 deletion src/ApiApprover/ApiApprover.csproj
Expand Up @@ -18,7 +18,7 @@

<ItemGroup>
<PackageReference Include="ApprovalTests" Version="3.0.18" />
<PackageReference Include="GitVersionTask" Version="4.0.0" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="1.1.0" PrivateAssets="All" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/PublicApiGeneratorTests/PublicApiGeneratorTests.csproj
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.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 dbfb512

Please sign in to comment.