dotnetCorePackages.sdk_5_0: add to all-packages.nix

This commit is contained in:
Jamie Magee 2020-09-11 23:26:05 +02:00
parent 7b3d1d64f8
commit 7977c1ac1c
No known key found for this signature in database
GPG Key ID: 4429B642B1718654

View File

@ -262,6 +262,8 @@ in
dotnet-sdk_3 = dotnetCorePackages.sdk_3_1;
dotnet-sdk_5 = dotnetCorePackages.sdk_5_0;
dotnet-netcore = dotnetCorePackages.netcore_2_1;
dotnet-aspnetcore = dotnetCorePackages.aspnetcore_2_1;