From 3f46a22bd342fd3f2f2ff2675e25aee74c75e2e2 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sun, 24 May 2015 19:01:45 -0400 Subject: [PATCH] update api version --- NetrunnerChallenge.sln | 7 ++----- src/NetrunnerChallenge/Migrations/Configuration.cs | 1 + src/NetrunnerChallenge/NetrunnerChallenge.csproj | 10 +++++----- src/NetrunnerChallenge/Web.config | 2 +- src/NetrunnerChallenge/packages.config | 2 +- 5 files changed, 10 insertions(+), 12 deletions(-) diff --git a/NetrunnerChallenge.sln b/NetrunnerChallenge.sln index b0974d7..d65c0d1 100644 --- a/NetrunnerChallenge.sln +++ b/NetrunnerChallenge.sln @@ -1,14 +1,11 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.22823.1 +# Visual Studio 2013 +VisualStudioVersion = 12.0.31101.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetrunnerChallenge", "src\NetrunnerChallenge\NetrunnerChallenge.csproj", "{7CA56BAF-0A0F-4358-83CE-02D842913465}" EndProject Global - GlobalSection(Performance) = preSolution - HasPerformanceSessions = true - EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU diff --git a/src/NetrunnerChallenge/Migrations/Configuration.cs b/src/NetrunnerChallenge/Migrations/Configuration.cs index 799b48b..195e9cb 100644 --- a/src/NetrunnerChallenge/Migrations/Configuration.cs +++ b/src/NetrunnerChallenge/Migrations/Configuration.cs @@ -24,6 +24,7 @@ namespace NetrunnerChallenge.Migrations new Faction {Id = 7, FactionName = "Criminal", Side = "Runner"}, new Faction {Id = 8, FactionName = "Anarch", Side = "Runner"} }); + context.SaveChanges(); // This method will be called after migrating to the latest version. // You can use the DbSet.AddOrUpdate() helper extension method diff --git a/src/NetrunnerChallenge/NetrunnerChallenge.csproj b/src/NetrunnerChallenge/NetrunnerChallenge.csproj index 3d63f2f..034b769 100644 --- a/src/NetrunnerChallenge/NetrunnerChallenge.csproj +++ b/src/NetrunnerChallenge/NetrunnerChallenge.csproj @@ -17,8 +17,8 @@ false true - - + enabled + disabled ..\..\packages\WebGrease.1.5.2\lib @@ -86,9 +86,9 @@ ..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll True - - ..\..\packages\NetrunnerDb.Net.1.0.9.0\lib\net45\NetrunnerDb.Net.dll - True + + False + ..\..\packages\NetrunnerDb.Net.1.1.12.0\lib\net45\NetrunnerDb.Net.dll ..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll diff --git a/src/NetrunnerChallenge/Web.config b/src/NetrunnerChallenge/Web.config index d90ecc6..dc5923b 100644 --- a/src/NetrunnerChallenge/Web.config +++ b/src/NetrunnerChallenge/Web.config @@ -29,7 +29,7 @@ --> - + diff --git a/src/NetrunnerChallenge/packages.config b/src/NetrunnerChallenge/packages.config index f2a0946..2fd1711 100644 --- a/src/NetrunnerChallenge/packages.config +++ b/src/NetrunnerChallenge/packages.config @@ -19,7 +19,7 @@ - +