Update infrastructure for the 2.2 release

This commit is contained in:
Nate McMaster 2018-06-28 16:20:21 -07:00
parent b84a233d39
commit a266d3fa27
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
2 changed files with 4 additions and 3 deletions

View File

@ -20,6 +20,7 @@
<PropertyGroup>
<!-- These properties are use by the automation that updates dependencies.props -->
<LineupPackageId>Internal.AspNetCore.Universe.Lineup</LineupPackageId>
<LineupPackageVersion>2.2.0-*</LineupPackageVersion>
<LineupPackageRestoreSource>https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</LineupPackageRestoreSource>
</PropertyGroup>

View File

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/dev/tools/korebuild.schema.json",
"channel": "dev",
"$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/release/2.2/tools/korebuild.schema.json",
"channel": "release/2.2",
"toolsets": {
"visualstudio": {
"required": ["Windows"],
@ -14,4 +14,4 @@
]
}
}
}
}