Skip to content

Commit

Permalink
Fixup of test project redirects for use in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Jan 13, 2022
1 parent 0f9cac1 commit 2eeedb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
13 changes: 0 additions & 13 deletions src/NgrokExtensionsSolution/NgrokExtensions.Test/App.config

This file was deleted.

Expand Up @@ -17,6 +17,8 @@
<IsCodedUITest>False</IsCodedUITest>
<TestProjectType>UnitTest</TestProjectType>
<TargetFrameworkProfile />
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -68,7 +70,7 @@
<Version>4.16.1</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>8.0.3</Version>
<Version>13.0.1</Version>
</PackageReference>
<PackageReference Include="RichardSzalay.MockHttp">
<Version>6.0.0</Version>
Expand All @@ -89,11 +91,6 @@
<Name>NgrokExtensions.2019</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="App.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<Choose>
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
<ItemGroup>
Expand Down

0 comments on commit 2eeedb4

Please sign in to comment.