| 18 Mar 2025 |
lzcunt | I'll patch the nuspec file (manually for now) | 19:03:27 |
lzcunt | Heyy, what package provides msbuild? the msbuild package seems to be for 6.0 which is marked insecure | 19:49:43 |
6pak | the modern msbuild is part of dotnet sdk | 19:50:42 |
lzcunt | So I need to depend on dotnet sdk for mono packages too? oof | 19:51:10 |
6pak | if you can even build your project with modern msbuild | 19:51:32 |
6pak | mono had it's own msbuild clone called xbuild, before msbuild was open sourced | 19:51:57 |
lzcunt | yea I'm aware, the application I'm trying to manage depends on standalone msbuild | 19:52:21 |
lzcunt | but is a mono project | 19:52:37 |
lzcunt | * and is a mono project | 19:52:49 |
6pak | afaik mono also had a fork of the open sourced msbuild for a bit | 19:52:56 |
6pak | which is what nixpkgs packages as "msbuild" | 19:53:20 |
lzcunt | oof dotnet-sdks msbuild doesn't work (it wants .NETFramework,Version=v4.6.1) | 19:53:46 |
lzcunt | * oof dotnet-sdks msbuild doesn't work (it wants .NETFramework,Version=v4.6.1 but is 8.0) | 19:53:51 |
lzcunt | so xbuild doesn't work, msbuild is marked insecure, sdk's msbuild is not for mono projects seemingly) | 19:54:58 |