Skip to content

Commit

Permalink
Update IntegrationTest library to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Murphy committed Aug 22, 2016
1 parent f2d00f2 commit f0e584a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions LoveSeat.IntegrationTest/App.config
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="Host" value="localhost"/>
<add key="Port" value="5984"/>
<add key="UserName" value="Professor" />
<add key="UserName" value="Professor"/>
<add key="Password" value="Farnsworth"/>
</appSettings>
</configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
3 changes: 2 additions & 1 deletion LoveSeat.IntegrationTest/LoveSeat.IntegrationTest.csproj
Expand Up @@ -10,12 +10,13 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>LoveSeat.IntegrationTest</RootNamespace>
<AssemblyName>LoveSeat.IntegrationTest</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion LoveSeat.IntegrationTest/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net35" />
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net35" requireReinstallation="True" />
</packages>

0 comments on commit f0e584a

Please sign in to comment.