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.1
  • Loading branch information
credfeto committed Jan 17, 2025
1 parent f4d52e1 commit 5b61ab0
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 @@ -19,6 +19,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- SDK - Updated DotNet SDK to 9.0.102
- Dependencies - Updated FunFair.CodeAnalysis to 7.0.55.846
- Dependencies - Updated FunFair.Test.Common to 6.1.245.1069
- Dependencies - Updated Microsoft.Extensions to 9.0.1
### 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 @@ -72,7 +72,7 @@
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Credfeto.Enumeration.Source.Generation.Attributes" Version="1.2.53.824" />
<PackageReference Include="Credfeto.Extensions.Linq" Version="1.0.64.618" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.1" />
</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 @@ -68,8 +68,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Credfeto.Extensions.Linq" Version="1.0.64.618" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.1" />
<PackageReference Include="NonBlocking" Version="2.1.2" />
<PackageReference Include="NuGet.Protocol" Version="6.12.1" />
</ItemGroup>
Expand Down

0 comments on commit 5b61ab0

Please sign in to comment.