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 12, 2024
1 parent 71bec30 commit e9f7410
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- SDK - Updated Dotnet to 9.0 RC1
- SDK - Updated DotNet SDK to 9.0.100-rc.2.24474.11
- Dependencies - Updated xunit to 2.9.2
- Dependencies - Updated Microsoft.Extensions to 8.0.2
- Dependencies - Updated NuGet to 6.11.1
- Dependencies - Updated Roslynator.Analyzers to 4.12.9
- Dependencies - Updated NSubstitute to 5.3.0
Expand All @@ -37,6 +36,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 FunFair.Test.Common to 6.1.238.970
- Dependencies - Updated Credfeto.Version.Information.Generator to 1.0.11.111
- Dependencies - Updated Microsoft.Extensions to 9.0.0
### Removed
### Deployment Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<ItemGroup>
<PackageReference Include="Credfeto.Extensions.Linq" Version="1.0.34.475" />
<PackageReference Include="LibGit2Sharp" Version="0.30.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AsyncFixer" Version="1.6.0" PrivateAssets="All" ExcludeAssets="runtime" />
Expand Down
2 changes: 1 addition & 1 deletion src/FunFair.BuildVersion/FunFair.BuildVersion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Credfeto.Enumeration.Source.Generation.Attributes" Version="1.1.22.677" />
<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

0 comments on commit e9f7410

Please sign in to comment.