3

On my dev machine with vs2017 installed I have

enter image description here

but on the CI server with only the MSBuildTools installed. No Visual Studio I have tried downloading the blend SDK but I can only find v4.0

https://www.microsoft.com/de-at/download/details.aspx?id=10801

Can I get v4.5 without installed visual studio?

bradgonesurfing
  • 30,949
  • 17
  • 114
  • 217
  • 3
    If you just need the SDK installed for references in code, you can use the Nuget package instead. Any build servers should be able to automatically restore Nuget packages during build, so you won't have to worry about it being installed. https://www.nuget.org/packages/Expression.Blend.Sdk/ – Bradley Uffner Apr 27 '17 at 17:59
  • Can you tell me how to use the packages on the build server? I don't want to add these nuget package to every solution. – Dominic Jonas Aug 31 '17 at 10:15
  • Just a note in case it applies to you, the behaviors/interactivity was open sourced and moved to a new NuGet package: [Microsoft.Xaml.Behaviors.Wpf](https://stackoverflow.com/a/56240223/1364358) (includes details of how to migrate, just needs a couple of tweaks). – Tone Oct 04 '20 at 05:06

1 Answers1

0

You can choose to download this from the internet in the Visual Studio 2015 installer.

user8128167
  • 6,929
  • 6
  • 66
  • 79