Skip to content

Commit

Permalink
Clean up the project file
Browse files Browse the repository at this point in the history
The PackageReference items for the Roslynator NuGet package don't need
special settings, because everything is managed by the
Directory.Build.props file.
  • Loading branch information
dymanoid committed Mar 23, 2020
1 parent 93eb34b commit a8aa83b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/RealTime/RealTime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,8 @@
<ItemGroup>
<PackageReference Include="GitVersionTask" Version="5.2.4" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8" />
<PackageReference Include="Roslynator.Analyzers" Version="2.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Roslynator.CodeAnalysis.Analyzers" Version="1.0.0-beta">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Roslynator.Analyzers" Version="2.3.0"/>
<PackageReference Include="Roslynator.CodeAnalysis.Analyzers" Version="1.0.0-beta"/>
<PackageReference Include="StyleCop.Analyzers.Unstable" Version="1.2.0.164" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit a8aa83b

Please sign in to comment.