Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dependencies] Updating Microsoft.Extensions (Microsoft Extensions) to 9.0.0 #217

Merged
merged 3 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- SDK - Update 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 Microsoft.NET.Test.Sdk to 17.11.1
- Dependencies - Updated NuGet to 6.11.1
- Dependencies - Updated Roslynator.Analyzers to 4.12.9
Expand All @@ -26,6 +25,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 @@ -26,7 +26,7 @@
<OutputType>Library</OutputType>
<RunAOTCompilation>false</RunAOTCompilation>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<TieredCompilation>true</TieredCompilation>
<TieredPGO>true</TieredPGO>
<TreatSpecificWarningsAsErrors />
Expand Down Expand Up @@ -54,7 +54,7 @@
</PropertyGroup>
<Import Project="$(SolutionDir)FunFair.props" />
<ItemGroup>
<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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<OutputType>Library</OutputType>
<RunAOTCompilation>false</RunAOTCompilation>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<TieredCompilation>true</TieredCompilation>
<TieredPGO>true</TieredPGO>
<TreatSpecificWarningsAsErrors />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<OutputType>Library</OutputType>
<RunAOTCompilation>false</RunAOTCompilation>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<TieredCompilation>true</TieredCompilation>
<TieredPGO>true</TieredPGO>
<TreatSpecificWarningsAsErrors />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ private static IReadOnlyList<string> ExtractWarnings(string value)
{
return
[
..value.Split(separator: ";")
..value.Split(separator: ';')
.Where(predicate: HasContent)
.SelectMany(selector: static s => s.Split(separator: ",")
.SelectMany(selector: static s => s.Split(separator: ',')
.Where(predicate: HasContent))
.Where(predicate: static s => !string.IsNullOrWhiteSpace(s))
.OrderBy(keySelector: static s => s, comparer: StringComparer.OrdinalIgnoreCase)
.Order(StringComparer.OrdinalIgnoreCase)
];
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<OptimizationPreference>speed</OptimizationPreference>
<OutputType>Library</OutputType>
<RunAOTCompilation>false</RunAOTCompilation>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<TieredCompilation>true</TieredCompilation>
<TieredPGO>true</TieredPGO>
<TreatSpecificWarningsAsErrors />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<OutputType>Library</OutputType>
<RunAOTCompilation>false</RunAOTCompilation>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<TieredCompilation>true</TieredCompilation>
<TieredPGO>true</TieredPGO>
<TreatSpecificWarningsAsErrors />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<OutputType>Library</OutputType>
<RunAOTCompilation>false</RunAOTCompilation>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<TieredCompilation>true</TieredCompilation>
<TieredPGO>true</TieredPGO>
<TreatSpecificWarningsAsErrors />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<OptimizationPreference>speed</OptimizationPreference>
<OutputType>Library</OutputType>
<RunAOTCompilation>false</RunAOTCompilation>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<TieredCompilation>true</TieredCompilation>
<TieredPGO>true</TieredPGO>
<TreatSpecificWarningsAsErrors />
Expand Down
8 changes: 4 additions & 4 deletions src/FunFair.BuildCheck/FunFair.BuildCheck.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<RunAOTCompilation>false</RunAOTCompilation>
<RuntimeIdentifiers>win-x64;win-arm64;osx-x64;osx-arm64;linux-x64;linux-arm64</RuntimeIdentifiers>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<TieredCompilation>true</TieredCompilation>
<TieredPGO>true</TieredPGO>
<ToolCommandName>buildcheck</ToolCommandName>
Expand Down Expand Up @@ -61,9 +61,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Credfeto.Enumeration.Source.Generation.Attributes" Version="1.1.22.677" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AsyncFixer" Version="1.6.0" PrivateAssets="All" ExcludeAssets="runtime" />
Expand Down
Loading