fsprojects / FsXaml

F# Tools for working with XAML Projects
http://fsprojects.github.io/FsXaml/
MIT License
171 stars 48 forks source link

Update module references for FSharp.ViewModule.Core #37

Closed jschiefer closed 8 years ago

jschiefer commented 8 years ago

I tried to open FsXamlDemos.sln after running build.cmd, and three of the example projects failed to build (could not find FSharp.ViewModule). The reason is that the references to FSharp.ViewModule in the example fsproj files refer to FSharp.ViewModule.Core.0.9.9.2 instead of the correct version 0.9.9.3.

ReedCopsey commented 8 years ago

@jschiefer Think we'd be better off just upgrading to use Paket instead of fixing this way?

jschiefer commented 8 years ago

Absolutely. I was surprised that it wasn't already using Paket, to be honest.

ReedCopsey commented 8 years ago

Repo predates Paket - want to update the PR to convert it over instead?

jschiefer commented 8 years ago

Sure, I'll give it a shot.

ReedCopsey commented 8 years ago

I went ahead and merged this - but feel free to do a PR that switches it over. I'd love to merge that, too :+1: