-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update all projects from .NET 8 to 9 * Upgrade all packages to latests * Remove no-op null check * Update Rider files * Update GitHub Actions build-and-test workflow to use .NET 9
- Loading branch information
1 parent
d277523
commit 98c9975
Showing
8 changed files
with
147 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<TargetFramework>net9.0</TargetFramework> | ||
<ImplicitUsings>disable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="TagLibSharp" Version="2.3.0"/> | ||
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0"/> | ||
<PackageReference Include="System.Drawing.Common" Version="7.0.0"/> | ||
<PackageReference Include="Microsoft.Windows.Compatibility" Version="7.0.3"/> | ||
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.0" /> | ||
<PackageReference Include="System.Drawing.Common" Version="9.0.0" /> | ||
<PackageReference Include="Microsoft.Windows.Compatibility" Version="9.0.0" /> | ||
<PackageReference Include="runtime.osx.10.10-x64.CoreCompat.System.Drawing" Version="6.0.5.128"/> | ||
<PackageReference Include="FluentResults" Version="3.15.2"/> | ||
<PackageReference Include="FluentResults" Version="3.16.0" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters