| 12345678910111213141516171819 |
- commit 49537878d3762bde03ea178664d3b28d704a201d
- Author: Ryan Brandenburg <[email protected]>
- Date: Wed Nov 15 10:31:42 2017 -0800
- Account for other TFMs
- diff --git a/test/Microsoft.AspNetCore.Certificates.Configuration.Tests/Microsoft.AspNetCore.Certificates.Configuration.Tests.csproj b/test/Microsoft.AspNetCore.Certificates.Configuration.Tests/Microsoft.AspNetCore.Certificates.Configuration.Tests.csproj
- index 9fe67e75f58..394a66c9c2e 100644
- --- a/test/Microsoft.AspNetCore.Certificates.Configuration.Tests/Microsoft.AspNetCore.Certificates.Configuration.Tests.csproj
- +++ b/test/Microsoft.AspNetCore.Certificates.Configuration.Tests/Microsoft.AspNetCore.Certificates.Configuration.Tests.csproj
- @@ -8,7 +8,7 @@
- Remove when fixed.
- -->
- <HasRuntimeOutput>true</HasRuntimeOutput>
- - <RuntimeIdentifier Condition="'$(TargetFramework)' != 'netcoreapp2.0'">win7-x64</RuntimeIdentifier>
- + <RuntimeIdentifier Condition="'$(TargetFramework)' == 'net461'">win7-x64</RuntimeIdentifier>
- </PropertyGroup>
-
- <ItemGroup>
|