Hosting 253 B

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