diff --git a/build/common.props b/build/common.props index db6fa6bd04..6552ad98ea 100644 --- a/build/common.props +++ b/build/common.props @@ -1,5 +1,4 @@ - Microsoft ASP.NET Core diff --git a/build/dependencies.props b/build/dependencies.props index 7a3a17cdfb..c56ba0639c 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -28,11 +28,11 @@ https://dotnet.myget.org/F/dotnet-core/api/v3/index.json - 2.1.0-preview1-25907-02 + 2.1.0-preview1-25915-01 - + @@ -43,8 +43,8 @@ - - + + @@ -70,49 +70,49 @@ - - - - - - - - - - - - + + + + + + + + + + + + KRB2004 - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - + diff --git a/build/repo.props b/build/repo.props index 791f3bf931..951d62b431 100644 --- a/build/repo.props +++ b/build/repo.props @@ -16,6 +16,13 @@ $(RepositoryRoot).deps\mirror\ + + + + + + + diff --git a/build/repo.targets b/build/repo.targets index 36076b77a0..eaa6a28c94 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -17,7 +17,7 @@ $(PrepareDependsOn);VerifyPackageArtifactConfig;PrepareOutputPaths $(CleanDependsOn);CleanArtifacts;CleanUniverseArtifacts - $(RestoreDependsOn);RestoreExternalDependencies + $(RestoreDependsOn);InstallDotNet;RestoreExternalDependencies $(CompileDependsOn);BuildRepositories $(PackageDependsOn);BuildAllMetapackage;BuildTemplates;SplitPackages $(VerifyDependsOn);VerifyCoherentVersions