Remove dotnet-core and dotnet-corefxlab feeds

Let VS do it's thing with test projects
This commit is contained in:
Pranav K 2017-02-20 10:24:41 -08:00
parent ef60779d31
commit d3a6915732
3 changed files with 8 additions and 2 deletions

View File

@ -4,8 +4,6 @@
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
<add key="AspNetCoreTools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
<add key="appveyor-bdn" value="https://ci.appveyor.com/nuget/benchmarkdotnet" />
<add key="dotnet-corefxlab" value="https://dotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json" />
<add key="dotnet-corefx" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

View File

@ -38,6 +38,10 @@
<PackageReference Include="System.Net.NetworkInformation" Version="$(CoreFxVersion)" />
</ItemGroup>
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
<Target Name="DefinePlatformConstants" BeforeTargets="CoreCompile">
<GetOSPlatform>
<!-- Returns {Linux, macOS, Windows} -->

View File

@ -32,4 +32,8 @@
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
</Project>