fsautocomplete: use dotnet sdk 8.0.2xx
This commit is contained in:
@@ -20,8 +20,8 @@ buildDotnetModule rec {
|
||||
--replace TargetFrameworks TargetFramework \
|
||||
'';
|
||||
|
||||
dotnet-sdk = with dotnetCorePackages; combinePackages [ sdk_6_0 sdk_7_0 sdk_8_0 ];
|
||||
dotnet-runtime = dotnetCorePackages.sdk_8_0;
|
||||
dotnet-sdk = with dotnetCorePackages; combinePackages [ sdk_6_0 sdk_7_0 sdk_8_0_2xx ];
|
||||
dotnet-runtime = dotnetCorePackages.sdk_8_0_2xx;
|
||||
|
||||
projectFile = "src/FsAutoComplete/FsAutoComplete.fsproj";
|
||||
executables = [ "fsautocomplete" ];
|
||||
|
||||
Reference in New Issue
Block a user