Due to an unfortunate turn of events, I am forced to build and test .NET Framework 3.1 apps. However, I cannot get a copy of the runtime on my Nix machine, as the dotnetCorePackages.sdk_3_1 package is throwing an error (which is the proper behaviour). Is there a way to get the runtime installed from some other source?
I also need other .NET SDKs available on my machine for other reasons
.NET Framework is not the same thing as .NET Core. If you need .NET Core 3.1, you may be able to get it from a previous, stable release of nixpkgs. If you need .NET Framework, your only option outside of a Windows VM is Mono.
1 Like