diff --git a/home/common/dotnet.nix b/home/common/dotnet.nix index a34e8e6..77ac0ce 100644 --- a/home/common/dotnet.nix +++ b/home/common/dotnet.nix @@ -11,8 +11,8 @@ let }) {}).dotnetCorePackages; dotnet-combined = with dotnetCorePackages; combinePackages { cli = sdk_3_1; - withSdks = [ sdk_2_1 sdk_3_0 sdk_3_1 ]; - withRuntimes = [ sdk_2_1 sdk_3_0 sdk_3_1 ]; + withSdks = [ sdk_2_1 sdk_3_1 ]; + withRuntimes = [ sdk_2_1 sdk_3_1 ]; }; in {