Skip to content

Commit 8f22eb4

Browse files
Bump System.ComponentModel.Composition in /mef/simple-calculator/vb
Bumps [System.ComponentModel.Composition](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: System.ComponentModel.Composition dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9b6b2e5 commit 8f22eb4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<RootNamespace>MefCalculator</RootNamespace>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
</PropertyGroup>
77

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

1212
<PropertyGroup>

mef/simple-calculator/vb/SimpleCalculator2.vbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -26,7 +26,7 @@
2626
</ItemGroup>
2727

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

3232
<ItemGroup>

0 commit comments

Comments
 (0)