Skip to content

Commit a16861d

Browse files
Remove redundant Microsoft.CodeAnalysis.Workspaces.Common dependency and add Directory.Packages.props to solution items
Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com>
1 parent 42ac602 commit a16861d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Packages.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
1212
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.0.0" />
1313
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.102" />
14-
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="5.0.0" />
1514
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="5.0.0" />
1615
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1716
<PackageVersion Include="MSTest.TestAdapter" Version="4.0.2" />

IntelliTect.Analyzer.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1212
.editorconfig = .editorconfig
1313
azure-pipelines.yml = azure-pipelines.yml
1414
Directory.Build.props = Directory.Build.props
15+
Directory.Packages.props = Directory.Packages.props
1516
NuGet.config = NuGet.config
1617
README.md = README.md
1718
EndProjectSection

0 commit comments

Comments
 (0)