Skip to content

Commit

Permalink
Remove dotnet SDK 6.0 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
stellar-novas committed Jun 11, 2024
1 parent 9650f1a commit c9c1fb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</ItemGroup>

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
3 changes: 1 addition & 2 deletions nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ buildDotnetModule rec {
inherit version;
};

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

dotnetFlags = [
Expand Down

0 comments on commit c9c1fb6

Please sign in to comment.