Pinning the stage0 to the last build out of rel/1.0.1 and adding a project to download 1.0 dependencies for test assets.

This commit is contained in:
Livar Cunha 2017-05-17 21:06:42 -07:00
parent 04b60dadc4
commit f270ecd025
3 changed files with 11 additions and 4 deletions

View file

@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp1.0</TargetFramework>
</PropertyGroup>
</Project>