Commit Graph

4 Commits

Author SHA1 Message Date
David McFarland
d7a6b0813c roslyn-ls: build with EnableWindowsTargeting=false
This removes the dependency on Microsoft.WindowsDesktop.App.Ref, which
is tied to the runtime version. We can't trivially add it to the
standard list of sdk packages, because its version doesn't exactly match
either the runtime or sdk versions. For example: 9.0.0-preview.1.24081.3
is needed for runtime 9.0.0-preview.1.24081.5.

Since we don't currently support windows targets, we'll just disable
this for now.

This will allow the sdks to be updated without changing the deps file.
2024-03-30 16:57:29 -03:00
Konrad Malik
b5cc289049
roslyn-ls: 4.10.0-2.24102.11 -> 4.10.0-2.24124.2 2024-03-08 11:23:39 +01:00
Raphael Robatsch
ef5481eb37 treewide: Prevent nuget deps files from referencing SDK packages
Using dotnetCorePackages.combinePackages prevents leaking SDK
dependencies into deps.nix files.
2024-02-26 16:07:02 -04:00
Konrad Malik
c6f4ab4b54
roslyn-ls: init at 4.10.0-2.24102.11 2024-02-12 19:09:52 +01:00