Update kestrel submodule and remove the Microsoft.AspNetCore.Internal.CoreFxLab.Sources package from external dependencies list (#607)
This commit is contained in:
parent
a636fb0b74
commit
0585274d32
|
|
@ -144,15 +144,6 @@
|
|||
<ExternalDependency Include="Microsoft.AspNetCore.AspNetCoreModule" Version="1.0.0-pre-10057" Source="$(AspNetCoreModuleFeed)" Private="true" Mirror="true" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- ASP.NET Core (non-Universe builds) -->
|
||||
<PropertyGroup>
|
||||
<AspNetCoreFeed>https://dotnet.myget.org/F/aspnetcore-release/api/v3/index.json</AspNetCoreFeed>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ExternalDependency Include="Microsoft.AspNetCore.Internal.CoreFxLab.Sources" Version="2.0.0-rtm-21470" Source="$(AspNetCoreFeed)" Private="true" Mirror="true" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- nuget.org -->
|
||||
<PropertyGroup>
|
||||
<DefaultNuGetFeed>https://api.nuget.org/v3/index.json</DefaultNuGetFeed>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit be4e401aa69369b454e448d701c9c3fb0e48113b
|
||||
Subproject commit 4afa9c8ca3c8aea987afb8e079f423342385f678
|
||||
Loading…
Reference in New Issue