diff --git a/build/artifacts.props b/build/artifacts.props index ec8b862ffd..bab3b65e70 100644 --- a/build/artifacts.props +++ b/build/artifacts.props @@ -21,11 +21,11 @@ - - - - - + + + + + diff --git a/build/dependencies.props b/build/dependencies.props index 74f66434d3..7a181c0408 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -61,7 +61,7 @@ 1.7.1 2.3.2 1.1.3 - 1.1.0-preview + 1.0.0 15.6.82 15.6.82 15.6.82 diff --git a/build/repo.targets b/build/repo.targets index a239e3f944..4d8f5246f8 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -15,7 +15,7 @@ $(IntermediateDir)dependencies.g.props $(IntermediateDir)sources.g.props - SetTeamCityBuildNumberToVersion;$(PrepareDependsOn);VerifyPackageArtifactConfig;VerifyExternalDependencyConfig;PrepareOutputPaths + PreinstallBundledPackages;SetTeamCityBuildNumberToVersion;$(PrepareDependsOn);VerifyPackageArtifactConfig;VerifyExternalDependencyConfig;PrepareOutputPaths $(CleanDependsOn);CleanArtifacts;CleanUniverseArtifacts $(RestoreDependsOn);InstallDotNet $(CompileDependsOn);BuildRepositories diff --git a/korebuild-lock.txt b/korebuild-lock.txt index 335e579e06..99d8b76996 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:2.2.0-preview1-17042 -commithash:edf0705d014293c260de763543784330514db9a3 +version:2.2.0-preview1-17044 +commithash:d9eb8a53eca84f61a7b0845c99fc43a3ec51e353 diff --git a/src/Microsoft.AspNetCore.All/build/netcoreapp2.1/Microsoft.AspNetCore.All.props b/src/Microsoft.AspNetCore.All/build/netcoreapp2.1/Microsoft.AspNetCore.All.props index 3afa05c31b..0295c8a39f 100644 --- a/src/Microsoft.AspNetCore.All/build/netcoreapp2.1/Microsoft.AspNetCore.All.props +++ b/src/Microsoft.AspNetCore.All/build/netcoreapp2.1/Microsoft.AspNetCore.All.props @@ -1,5 +1,19 @@ - - Microsoft.AspNetCore.All + + + + <_AspNetCoreAppSharedFxIsEnabled>false + + + <_AspNetCoreAllSharedFxIsEnabled>true - \ No newline at end of file + diff --git a/src/Microsoft.AspNetCore.All/build/netcoreapp2.1/Microsoft.AspNetCore.All.targets b/src/Microsoft.AspNetCore.All/build/netcoreapp2.1/Microsoft.AspNetCore.All.targets index abc3cf0fbb..69c476529b 100644 --- a/src/Microsoft.AspNetCore.All/build/netcoreapp2.1/Microsoft.AspNetCore.All.targets +++ b/src/Microsoft.AspNetCore.All/build/netcoreapp2.1/Microsoft.AspNetCore.All.targets @@ -1,4 +1,15 @@ + + + Microsoft.AspNetCore.All + + + - Microsoft.AspNetCore.App + <_AspNetCoreAppSharedFxIsEnabled Condition=" '$(_AspNetCoreAppSharedFxIsEnabled)' == '' ">true + + Microsoft.AspNetCore.App + +