Skip to content

Commit

Permalink
ms code analysis packages no longer private (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvreony authored Jan 27, 2021
1 parent 849585a commit 29f4216
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
<LangVersion>9</LangVersion>
<DebugType>full</DebugType>
<DebugSymbols>True</DebugSymbols>
<DevelopmentDependency>true</DevelopmentDependency>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0" />
</ItemGroup>
</Project>

0 comments on commit 29f4216

Please sign in to comment.