Fix branch info in release/3.0.1xx branch

Channel was changed incorrectly in https://github.com/dotnet/core-sdk/pull/4182/files
This commit is contained in:
Matt Mitchell 2019-08-27 13:06:39 -07:00 committed by GitHub
parent f54ee24923
commit 6ef4a17f0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Channel>release/3.0.100-preview9</Channel>
<Channel>release/3.0.1xx</Channel>
</PropertyGroup>
</Project>