Skip to content

Commit 1f62043

Browse files
committed
Fix Microsoft.Composition version mismatch
1 parent e8d3c07 commit 1f62043

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

RubberduckCodeAnalysis/RubberduckCodeAnalysis.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers">
4848
<Version>2.6.0</Version>
4949
</PackageReference>
50-
<PackageReference Include="Microsoft.Composition">
51-
<Version>1.0.31</Version>
52-
</PackageReference>
5350
<PackageReference Include="System.AppContext">
5451
<Version>4.3.0</Version>
5552
</PackageReference>
@@ -60,7 +57,7 @@
6057
<Version>4.3.0</Version>
6158
</PackageReference>
6259
<PackageReference Include="System.Composition">
63-
<Version>1.1.0</Version>
60+
<Version>1.0.31</Version>
6461
</PackageReference>
6562
<PackageReference Include="System.Console">
6663
<Version>4.3.1</Version>

0 commit comments

Comments
 (0)