AuthSamples 1.1 KB

1234567891011121314151617181920212223242526272829
  1. commit 3ad862dc7a49f59047bd552bb56ad06e3af7b2f6
  2. Author: Nate McMaster <[email protected]>
  3. Date: Thu Jun 28 16:18:32 2018 -0700
  4. Update infrastructure for the 2.2 release
  5. diff --git a/build/repo.props b/build/repo.props
  6. index 81d20dd22c4..642de9cfc03 100644
  7. --- a/build/repo.props
  8. +++ b/build/repo.props
  9. @@ -4,6 +4,7 @@
  10. <PropertyGroup>
  11. <!-- These properties are use by the automation that updates dependencies.props -->
  12. <LineupPackageId>Internal.AspNetCore.Universe.Lineup</LineupPackageId>
  13. + <LineupPackageVersion>2.2.0-*</LineupPackageVersion>
  14. <LineupPackageRestoreSource>https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</LineupPackageRestoreSource>
  15. </PropertyGroup>
  16. diff --git a/korebuild.json b/korebuild.json
  17. index bd5d51a51b0..d217d06e3e4 100644
  18. --- a/korebuild.json
  19. +++ b/korebuild.json
  20. @@ -1,4 +1,4 @@
  21. {
  22. - "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/dev/tools/korebuild.schema.json",
  23. - "channel": "dev"
  24. + "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/release/2.2/tools/korebuild.schema.json",
  25. + "channel": "release/2.2"
  26. }