Skip to content

Commit

Permalink
Remove .NET 6 SDK requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteHusky committed Jan 2, 2025
1 parent 2bd3696 commit cdb7811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ buildDotnetModule rec {
inherit version;
};

# SDK 8.0 & 6.0 required for Robust.LoaderApi
dotnet-sdk = with dotnetCorePackages; combinePackages [ sdk_9_0 sdk_8_0 sdk_6_0 ];
# SDK 8.0 required for Robust.LoaderApi
dotnet-sdk = with dotnetCorePackages; combinePackages [ sdk_9_0 sdk_8_0 ];
dotnet-runtime = dotnetCorePackages.runtime_9_0;

dotnetFlags = [
Expand Down

0 comments on commit cdb7811

Please sign in to comment.