From 25c537aee6ed42593ab0ab5357a69d2be17f7ff2 Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Tue, 17 Dec 2019 19:33:50 +0100 Subject: [PATCH] remove sdk_3_0 from dotnet config --- home/common/dotnet.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {