Skip to content

Commit f8bd613

Browse files
Merge pull request #1276 from mauroservienti/dependabot/nuget/ASP.Net-Core-API-Gateway---02/ServiceComposer.AspNetCore-4.1.1
Bump ServiceComposer.AspNetCore from 4.1.0 to 4.1.1 in /ASP.Net Core API Gateway - 02
2 parents 9d7e4ae + 04e5505 commit f8bd613

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

ASP.Net Core API Gateway - 02/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.0" />
9+
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.1" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

ASP.Net Core API Gateway - 02/CompositionGateway/CompositionGateway.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.0" />
7+
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.1" />
88
</ItemGroup>
99
<ItemGroup>
1010
<ProjectReference Include="..\Catalog.ViewModelComposition\Catalog.ViewModelComposition.csproj" />

ASP.Net Core API Gateway - 02/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.0" />
8+
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.1" />
99
</ItemGroup>
1010

1111
</Project>

ASP.Net Core API Gateway - 02/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.0" />
9+
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.1" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

ASP.Net Core API Gateway - 02/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.0" />
9+
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.1" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

ASP.Net Core API Gateway - 02/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.0" />
9+
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.1" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)