diff --git a/build/repo.props b/build/repo.props
index 4913e566c1..9c0b8dcd93 100644
--- a/build/repo.props
+++ b/build/repo.props
@@ -19,7 +19,7 @@
Internal.AspNetCore.Universe.Lineup
- https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json
+ https://dotnet.myget.org/F/aspnetcore-release/api/v3/index.json
diff --git a/build/sources.props b/build/sources.props
index 9215df9751..36045f12b5 100644
--- a/build/sources.props
+++ b/build/sources.props
@@ -6,7 +6,7 @@
$(RestoreSources);
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
- https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
+ https://dotnet.myget.org/F/aspnetcore-release/api/v3/index.json;
https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
diff --git a/korebuild.json b/korebuild.json
index 4893e52bc4..663f878233 100644
--- a/korebuild.json
+++ b/korebuild.json
@@ -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.1/tools/korebuild.schema.json",
+ "channel": "release/2.1",
"toolsets": {
"visualstudio": {
"required": ["Windows"],
diff --git a/version.props b/version.props
index 15ee0fc807..0f0009b555 100644
--- a/version.props
+++ b/version.props
@@ -1,7 +1,7 @@
2.1.0
- preview3
+ preview2
$(VersionPrefix)
$(VersionPrefix)-$(VersionSuffix)-final
t000