update api version
This commit is contained in:
@@ -1,14 +1,11 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
# Visual Studio 14
|
# Visual Studio 2013
|
||||||
VisualStudioVersion = 14.0.22823.1
|
VisualStudioVersion = 12.0.31101.0
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetrunnerChallenge", "src\NetrunnerChallenge\NetrunnerChallenge.csproj", "{7CA56BAF-0A0F-4358-83CE-02D842913465}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetrunnerChallenge", "src\NetrunnerChallenge\NetrunnerChallenge.csproj", "{7CA56BAF-0A0F-4358-83CE-02D842913465}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(Performance) = preSolution
|
|
||||||
HasPerformanceSessions = true
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
Release|Any CPU = Release|Any CPU
|
Release|Any CPU = Release|Any CPU
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ namespace NetrunnerChallenge.Migrations
|
|||||||
new Faction {Id = 7, FactionName = "Criminal", Side = "Runner"},
|
new Faction {Id = 7, FactionName = "Criminal", Side = "Runner"},
|
||||||
new Faction {Id = 8, FactionName = "Anarch", Side = "Runner"}
|
new Faction {Id = 8, FactionName = "Anarch", Side = "Runner"}
|
||||||
});
|
});
|
||||||
|
context.SaveChanges();
|
||||||
// This method will be called after migrating to the latest version.
|
// This method will be called after migrating to the latest version.
|
||||||
|
|
||||||
// You can use the DbSet<T>.AddOrUpdate() helper extension method
|
// You can use the DbSet<T>.AddOrUpdate() helper extension method
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
<MvcBuildViews>false</MvcBuildViews>
|
<MvcBuildViews>false</MvcBuildViews>
|
||||||
<UseIISExpress>true</UseIISExpress>
|
<UseIISExpress>true</UseIISExpress>
|
||||||
<IISExpressSSLPort />
|
<IISExpressSSLPort />
|
||||||
<IISExpressAnonymousAuthentication />
|
<IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>
|
||||||
<IISExpressWindowsAuthentication />
|
<IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication>
|
||||||
<IISExpressUseClassicPipelineMode />
|
<IISExpressUseClassicPipelineMode />
|
||||||
<UseGlobalApplicationHostFile />
|
<UseGlobalApplicationHostFile />
|
||||||
<WebGreaseLibPath>..\..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath>
|
<WebGreaseLibPath>..\..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath>
|
||||||
@@ -86,9 +86,9 @@
|
|||||||
<HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
<HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="NetrunnerDb.Net, Version=1.0.9.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="NetrunnerDb.Net, Version=1.1.12.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\..\packages\NetrunnerDb.Net.1.0.9.0\lib\net45\NetrunnerDb.Net.dll</HintPath>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<Private>True</Private>
|
<HintPath>..\..\packages\NetrunnerDb.Net.1.1.12.0\lib\net45\NetrunnerDb.Net.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||||
<HintPath>..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
|
<HintPath>..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
<add key="Cache.DependencyManagerToUse" value="default"/>
|
<add key="Cache.DependencyManagerToUse" value="default"/>
|
||||||
<add key="Cache.CacheSpecificData" value="ssl=true;abortConnect=false;connecttimeout=15000;password={your-azure-redis-access-key}"/>--></appSettings>
|
<add key="Cache.CacheSpecificData" value="ssl=true;abortConnect=false;connecttimeout=15000;password={your-azure-redis-access-key}"/>--></appSettings>
|
||||||
<connectionStrings>
|
<connectionStrings>
|
||||||
<add name="DbContext" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|DbContext.mdf;Integrated Security=True;User Instance=true" providerName="System.Data.SqlClient" />
|
<add name="DbContext" connectionString="Data Source=(localdb)\ProjectsV12;Integrated Security=True; Initial Catalog=NetrunnerChallengeDb;" providerName="System.Data.SqlClient" />
|
||||||
</connectionStrings>
|
</connectionStrings>
|
||||||
<system.web>
|
<system.web>
|
||||||
<compilation debug="true" targetFramework="4.5.2" />
|
<compilation debug="true" targetFramework="4.5.2" />
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<package id="Microsoft.jQuery.Unobtrusive.Validation" version="3.2.3" targetFramework="net452" userInstalled="true" />
|
<package id="Microsoft.jQuery.Unobtrusive.Validation" version="3.2.3" targetFramework="net452" userInstalled="true" />
|
||||||
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net452" userInstalled="true" />
|
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net452" userInstalled="true" />
|
||||||
<package id="Modernizr" version="2.6.2" targetFramework="net452" userInstalled="true" />
|
<package id="Modernizr" version="2.6.2" targetFramework="net452" userInstalled="true" />
|
||||||
<package id="NetrunnerDb.Net" version="1.0.9.0" targetFramework="net452" userInstalled="true" />
|
<package id="NetrunnerDb.Net" version="1.1.12.0" targetFramework="net452" />
|
||||||
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net452" userInstalled="true" />
|
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net452" userInstalled="true" />
|
||||||
<package id="Respond" version="1.2.0" targetFramework="net452" userInstalled="true" />
|
<package id="Respond" version="1.2.0" targetFramework="net452" userInstalled="true" />
|
||||||
<package id="RestSharp" version="105.1.0" targetFramework="net452" userInstalled="true" />
|
<package id="RestSharp" version="105.1.0" targetFramework="net452" userInstalled="true" />
|
||||||
|
|||||||
Reference in New Issue
Block a user