Skip to content

Commit

Permalink
Remove package dependency on AsyncAnalyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusen committed Sep 11, 2017
1 parent 4521c17 commit fa15113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ErgastApi/ErgastApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AsyncUsageAnalyzers" Version="1.0.0-alpha003" />
<PackageReference Include="AsyncUsageAnalyzers" Version="1.0.0-alpha003" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit fa15113

Please sign in to comment.