Skip to content

Commit

Permalink
[Dependencies] Updating Microsoft.Extensions (Microsoft Extensions) t…
Browse files Browse the repository at this point in the history
…o 9.0.0
  • Loading branch information
credfeto committed Nov 15, 2024
1 parent 7fe50e3 commit e8af913
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- Dependencies - Updated FunFair.CodeAnalysis to 7.0.32.711
- Dependencies - Updated Credfeto.Version.Information.Generator to 1.0.11.111
- Dependencies - Updated FunFair.Test.Common to 6.1.238.970
- Dependencies - Updated Microsoft.Extensions to 9.0.0
### Removed
### Deployment Changes

Expand Down
2 changes: 1 addition & 1 deletion src/Credfeto.Package.Update/Credfeto.Package.Update.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Credfeto.Enumeration.Source.Generation.Attributes" Version="1.1.22.677" />
<PackageReference Include="Credfeto.Extensions.Linq" Version="1.0.34.475" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AsyncFixer" Version="1.6.0" PrivateAssets="All" ExcludeAssets="runtime" />
Expand Down
4 changes: 2 additions & 2 deletions src/Credfeto.Package/Credfeto.Package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Credfeto.Extensions.Linq" Version="1.0.34.475" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
<PackageReference Include="NonBlocking" Version="2.1.2" />
<PackageReference Include="NuGet.Protocol" Version="6.11.1" />
</ItemGroup>
Expand Down

0 comments on commit e8af913

Please sign in to comment.