diff --git a/.gitignore b/.gitignore
index 94caeb71e6..e062ff6d76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,4 +30,3 @@ project.lock.json
.build/
.testPublish/
global.json
-korebuild-lock.txt
diff --git a/Directory.Build.props b/Directory.Build.props
index 14b6c5e098..a4d5ebdcd0 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,5 +1,6 @@
-
-
+
+
+
Microsoft ASP.NET Core
@@ -9,7 +10,6 @@
$(MSBuildThisFileDirectory)build\Key.snk
true
true
- $(VersionSuffix)-$(BuildNumber)
true
diff --git a/Directory.Build.targets b/Directory.Build.targets
index bc118fd907..e83ff95e39 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -1,14 +1,5 @@
-
-
-
- <_BootstrapperFile Condition=" $([MSBuild]::IsOSUnixLike()) ">build.sh
- <_BootstrapperFile Condition="! $([MSBuild]::IsOSUnixLike()) ">build.cmd
- <_BootstrapperError>
- Package references have not been pinned. Run './$(_BootstrapperFile) /t:Pin'.
- Also, you can run './$(_BootstrapperFile) /t:Restore' which will pin *and* restore packages. '$(_BootstrapperFile)' can be found in '$(MSBuildThisFileDirectory)'.
-
-
-
-
-
+
+
+ $(MicrosoftNETCoreApp20PackageVersion)
+
diff --git a/NuGet.config b/NuGet.config
index 20060c934e..4e8a1f6de1 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -3,6 +3,7 @@
+
diff --git a/build/dependencies.props b/build/dependencies.props
new file mode 100644
index 0000000000..9bdf31e9da
--- /dev/null
+++ b/build/dependencies.props
@@ -0,0 +1,21 @@
+
+
+ $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
+
+
+ 2.1.0-preview1-15549
+ 2.1.0-preview1-27496
+ 2.1.0-preview1-27496
+ 2.1.0-preview1-27496
+ 2.1.0-preview1-27496
+ 2.0.0
+ 2.1.0-preview1-27496
+ 15.3.0
+ 4.4.0
+ 4.4.0
+ 4.4.0
+ 2.3.0
+ 2.3.0
+
+
+
diff --git a/build/repo.props b/build/repo.props
index 13fe1c296a..b55e651b87 100644
--- a/build/repo.props
+++ b/build/repo.props
@@ -1,6 +1,7 @@
-
-
-
-
+
+
+ Internal.AspNetCore.Universe.Lineup
+ https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json
+
diff --git a/korebuild-lock.txt b/korebuild-lock.txt
new file mode 100644
index 0000000000..45463cc71e
--- /dev/null
+++ b/korebuild-lock.txt
@@ -0,0 +1,2 @@
+version:2.1.0-preview1-15549
+commithash:f570e08585fec510dd60cd4bfe8795388b757a95
diff --git a/korebuild.json b/korebuild.json
new file mode 100644
index 0000000000..bd5d51a51b
--- /dev/null
+++ b/korebuild.json
@@ -0,0 +1,4 @@
+{
+ "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/dev/tools/korebuild.schema.json",
+ "channel": "dev"
+}
diff --git a/samples/HotAddSample/HotAddSample.csproj b/samples/HotAddSample/HotAddSample.csproj
index a44d7e2f0a..49d0e73463 100644
--- a/samples/HotAddSample/HotAddSample.csproj
+++ b/samples/HotAddSample/HotAddSample.csproj
@@ -11,6 +11,6 @@
-
+
diff --git a/samples/SelfHostServer/SelfHostServer.csproj b/samples/SelfHostServer/SelfHostServer.csproj
index a44d7e2f0a..49d0e73463 100644
--- a/samples/SelfHostServer/SelfHostServer.csproj
+++ b/samples/SelfHostServer/SelfHostServer.csproj
@@ -11,6 +11,6 @@
-
+
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index 9d9a3de33a..4b89a431e7 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -1,7 +1,7 @@
-
+
-
+
diff --git a/src/Microsoft.AspNetCore.Server.HttpSys/Microsoft.AspNetCore.Server.HttpSys.csproj b/src/Microsoft.AspNetCore.Server.HttpSys/Microsoft.AspNetCore.Server.HttpSys.csproj
index 592368a043..9be8bad15e 100644
--- a/src/Microsoft.AspNetCore.Server.HttpSys/Microsoft.AspNetCore.Server.HttpSys.csproj
+++ b/src/Microsoft.AspNetCore.Server.HttpSys/Microsoft.AspNetCore.Server.HttpSys.csproj
@@ -14,11 +14,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/test/Directory.Build.props b/test/Directory.Build.props
index 82ba457f18..c79812719a 100644
--- a/test/Directory.Build.props
+++ b/test/Directory.Build.props
@@ -1,11 +1,11 @@
-
+
-
-
-
-
-
+
+
+
+
+
diff --git a/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.csproj b/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.csproj
index ee9812fa48..ed1c368913 100644
--- a/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.csproj
+++ b/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.csproj
@@ -10,7 +10,7 @@
-
+
diff --git a/version.props b/version.props
new file mode 100644
index 0000000000..5c4a7c32d1
--- /dev/null
+++ b/version.props
@@ -0,0 +1,10 @@
+
+
+ 2.1.0
+ preview1
+ $(VersionPrefix)
+ $(VersionPrefix)-$(VersionSuffix)-final
+ t000
+ $(VersionSuffix)-$(BuildNumber)
+
+
diff --git a/version.xml b/version.xml
deleted file mode 100644
index 3c05022b7d..0000000000
--- a/version.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- dev
- 2.1.0
- preview1
-
-