Home
Options

How to update sample driver for VS2017

Here's what I did to get sample building cleanly in VS 2017 with LINQPad v 5.26.01

0. Get sample driver from LINQPad website (and commit that if using Git).
1. Open raw downloaded sample in VS 2017 and let it convert.
2. Change sample driver project's framework to 4.5.2
3. Add a ref to System.Xaml.

If using Git then commit at this stage too.

Sign In or Register to comment.