Skip to content

Commit fb0ce1e

Browse files
Bump System.ComponentModel.Composition in /mef/simple-calculator/vb
Bumps [System.ComponentModel.Composition](https://github.com/dotnet/runtime) from 4.7.0 to 5.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 714be75 commit fb0ce1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mef/simple-calculator/vb/MefCalculator/MefCalculator.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="System.ComponentModel.Composition" Version="4.7.0" />
9+
<PackageReference Include="System.ComponentModel.Composition" Version="5.0.0" />
1010
</ItemGroup>
1111

1212
<PropertyGroup>

mef/simple-calculator/vb/SimpleCalculator2.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Include="System.ComponentModel.Composition" Version="4.7.0" />
29+
<PackageReference Include="System.ComponentModel.Composition" Version="5.0.0" />
3030
</ItemGroup>
3131

3232
<ItemGroup>

0 commit comments

Comments
 (0)