Fix missing package source and react to target rename
This commit is contained in:
parent
4a752d96ca
commit
e19c552cd3
|
|
@ -1,5 +1,5 @@
|
|||
<Project>
|
||||
<Target Name="_BuildRepositories" DependsOnTargets="GenerateLineup">
|
||||
<Target Name="_BuildRepositories" DependsOnTargets="GeneratePropsFiles">
|
||||
<ItemGroup>
|
||||
<BatchedRepository Include="$(MSBuildProjectFullPath)">
|
||||
<BuildGroup>%(RepositoryBuildOrder.Order)</BuildGroup>
|
||||
|
|
|
|||
|
|
@ -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. -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue