From de354d80956650e94e127630b00f6d59ec845585 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Sat, 3 Jun 2017 16:40:14 -0500 Subject: [PATCH] Open solution in Visual Studio 2017 Since the project is using features from C# 7, update the solution to open by default in a version of Visual Studio that supports them. --- xunit.runner.wpf.sln | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xunit.runner.wpf.sln b/xunit.runner.wpf.sln index 011f16c..294990a 100644 --- a/xunit.runner.wpf.sln +++ b/xunit.runner.wpf.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.23107.0 +# Visual Studio 15 +VisualStudioVersion = 15.0.26430.4 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xunit.runner.wpf", "xunit.runner.wpf\xunit.runner.wpf.csproj", "{34FB519C-FB49-4B31-ACA2-7F7879311BCF}" EndProject