Skip to content

Commit

Permalink
Bump ServiceComposer.AspNetCore from 4.1.1 to 4.1.2 in /src
Browse files Browse the repository at this point in the history
Bumps [ServiceComposer.AspNetCore](https://github.com/ServiceComposer/ServiceComposer.AspNetCore) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/ServiceComposer/ServiceComposer.AspNetCore/releases)
- [Commits](ServiceComposer/ServiceComposer.AspNetCore@4.1.1...4.1.2)

---
updated-dependencies:
- dependency-name: ServiceComposer.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2025
1 parent 7ae2708 commit 0212e74
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="NServiceBus" Version="9.2.3" />
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.1" />
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="NServiceBus" Version="9.2.3" />
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.1" />
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="NServiceBus" Version="9.2.3" />
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.1" />
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.1" />
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Website/Website.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0" />
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.175" />
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.1" />
<PackageReference Include="ServiceComposer.AspNetCore" Version="4.1.2" />
<PackageReference Include="NServiceBus" Version="9.2.3" />
<PackageReference Include="NServiceBus.Extensions.Hosting" Version="3.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 0212e74

Please sign in to comment.