AzureIntegration 246 B

1234567891011121314151617181920
  1. commit 5b0cf49d0deba6895738297192713ccb43c4ee7b
  2. Author: Pranav K <[email protected]>
  3. Date: Tue Nov 21 16:26:54 2017 -0800
  4. Specify runtime versions to install
  5. diff --git a/build/repo.props b/build/repo.props
  6. index 4a8be9855e6..d3452c830bf 100644
  7. --- a/build/repo.props
  8. +++ b/build/repo.props
  9. @@ -23,4 +23,8 @@
  10. <ExcludeFromTest Include="$(RepositoryRoot)test\Microsoft.Web.Xdt.Extensions.Tests\*.csproj" Condition="'$(OS)' != 'Windows_NT'" />
  11. </ItemGroup>
  12. - </Project>
  13. + <ItemGroup>
  14. + <DotNetCoreRuntime Include="$(MicrosoftNETCoreApp20PackageVersion)" />
  15. + <DotNetCoreRuntime Include="$(MicrosoftNETCoreApp21PackageVersion)" />
  16. + </ItemGroup>
  17. +</Project>