Skip to content

Commit

Permalink
App.config for Expecto.Focused.Tests binding redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchester committed Apr 16, 2017
1 parent 4b44ac5 commit b5be96c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
35 changes: 17 additions & 18 deletions testdata/Expecto.Focused.Tests/Expecto.Focused.Tests.fsproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Name>Expecto.Focused.Tests</Name>
Expand Down Expand Up @@ -30,22 +30,6 @@
<WarningLevel>3</WarningLevel>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Expecto\Expecto.fsproj">
<Name>Expecto</Name>
<Project>{c0d55728-10a9-4a7a-9df9-d2f21f663ac2}</Project>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Main.fs" />
<None Include="paket.references" />
</ItemGroup>
<Choose>
<When Condition="'$(VisualStudioVersion)' == '11.0'">
<PropertyGroup>
Expand All @@ -70,4 +54,19 @@
</ItemGroup>
</When>
</Choose>
</Project>
<ItemGroup>
<Compile Include="Main.fs" />
<None Include="paket.references" />
<Content Include="app.config" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.Core" />
<ProjectReference Include="..\..\Expecto\Expecto.fsproj">
<Name>Expecto</Name>
<Project>{c0d55728-10a9-4a7a-9df9-d2f21f663ac2}</Project>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion testdata/Expecto.Focused.Tests/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<dependentAssembly>
<Paket>True</Paket>
<assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="4.3.0.0" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="4.3.1.0" />
</dependentAssembly>
</assemblyBinding></runtime></configuration>

0 comments on commit b5be96c

Please sign in to comment.