Skip to content

Commit d836dc9

Browse files
Merge pull request #1281 from mauroservienti/dependabot/nuget/ASP.Net-Mvc-Core-UI-Composition/ServiceComposer.AspNetCore-4.1.2
Bump ServiceComposer.AspNetCore from 4.1.1 to 4.1.2 in /ASP.Net Mvc Core UI Composition
2 parents 938d032 + 1da165b commit d836dc9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

ASP.Net Mvc Core UI Composition/Catalog.ViewModelComposition/Catalog.ViewModelComposition.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
9-
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.1" />
9+
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.2" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

ASP.Net Mvc Core UI Composition/ConfigurationUtils/ConfigurationUtils.csproj

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

77
<ItemGroup>
8-
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.1" />
8+
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.2" />
99
</ItemGroup>
1010

1111
</Project>

ASP.Net Mvc Core UI Composition/Sales.ViewModelComposition/Sales.ViewModelComposition.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
9-
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.1" />
9+
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.2" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

ASP.Net Mvc Core UI Composition/Shipping.ViewModelComposition/Shipping.ViewModelComposition.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
9-
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.1" />
9+
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.2" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

ASP.Net Mvc Core UI Composition/Warehouse.ViewModelComposition/Warehouse.ViewModelComposition.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
9-
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.1" />
9+
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.2" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

ASP.Net Mvc Core UI Composition/WebApp/WebApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.1" />
99
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0" />
10-
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.1" />
10+
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.2" />
1111
</ItemGroup>
1212
<ItemGroup>
1313
<ProjectReference Include="..\Catalog.ViewComponents\Catalog.ViewComponents.csproj" />

0 commit comments

Comments
 (0)