Fix missing package source and react to target rename

This commit is contained in:
Nate McMaster 2017-11-09 11:52:50 -08:00
parent 4a752d96ca
commit e19c552cd3
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<Project>
<Target Name="_BuildRepositories" DependsOnTargets="GenerateLineup">
<Target Name="_BuildRepositories" DependsOnTargets="GeneratePropsFiles">
<ItemGroup>
<BatchedRepository Include="$(MSBuildProjectFullPath)">
<BuildGroup>%(RepositoryBuildOrder.Order)</BuildGroup>

View File

@ -63,7 +63,7 @@
<ItemGroup>
<!-- The consume compiler used by Kestrel. -->
<ExternalDependency Include="Microsoft.NETCore.Compilers" Version="2.6.0-beta2-62211-02" Private="true" Mirror="true" />
<ExternalDependency Include="Microsoft.NETCore.Compilers" Version="2.6.0-beta2-62211-02" Source="$(RoslynFeed)" Private="true" Mirror="true" />
<!-- These versions of roslyn must be used when building a VSIX. -->
<!-- Suppress KRB2004 because this version differs from the version used by the runtime. -->