remove sdk_3_0 from dotnet config

This commit is contained in:
Felix Schröter 2019-12-17 19:33:50 +01:00 committed by Felix Schroeter
parent bc08a52036
commit 25c537aee6

View file

@ -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
{