From 997e31805b74710bd9a756f6ba1d2a1f8cfefa27 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 8 Dec 2017 11:17:09 -0800 Subject: [PATCH] Update dependencies --- build/artifacts.props | 1 - build/dependencies.props | 129 +++++++++++++++++++++------------ build/repo.targets | 25 ++++++- modules/HttpSysServer | 2 +- modules/Mvc | 2 +- modules/Templating | 2 +- scripts/PatchVersionPrefix.ps1 | 2 +- 7 files changed, 109 insertions(+), 54 deletions(-) diff --git a/build/artifacts.props b/build/artifacts.props index cc7872a533..f52c802dbe 100644 --- a/build/artifacts.props +++ b/build/artifacts.props @@ -10,7 +10,6 @@ - diff --git a/build/dependencies.props b/build/dependencies.props index 9acba29f63..0276840ed7 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -25,18 +25,72 @@ + + 1.0.8 + 1.1.5 + 2.0.5 + + https://dotnet.myget.org/F/dotnet-core/api/v3/index.json - 2.0.3 - 2.0.1 - $(CoreSetupPackageVersion) + + + https://dotnet.myget.org/F/dotnet-core/api/v3/index.json + + + + + KRB2004 + RuntimeFrameworkVersion + netcoreapp2.0 + + + KRB2004 + MicrosoftNETCoreApp20PackageVersion + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + https://dotnet.myget.org/F/roslyn/api/v3/index.json @@ -112,53 +166,33 @@ - - - - + + + + KRB2004 RuntimeFrameworkVersion + netcoreapp1.0 + + + KRB2004 + MicrosoftNETCoreApp10PackageVersion + + + KRB2004 + RuntimeFrameworkVersion + netcoreapp1.1 + + + KRB2004 + MicrosoftNETCoreApp11PackageVersion + + + + KRB2004 + DotNetCliTool_MicrosoftNETCoreApp20PackageVersion netcoreapp2.0 - - KRB2004 - MicrosoftNETCoreApp20PackageVersion - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -256,7 +290,7 @@ - + @@ -364,7 +398,6 @@ not building again in this patch. - diff --git a/build/repo.targets b/build/repo.targets index 3ddc0bc4a1..59ffa75e74 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -20,7 +20,7 @@ $(IntermediateDir)dependencies.props $(IntermediateDir)sources.props - $(PrepareDependsOn);PrepareOutputPath + $(PrepareDependsOn);VerifyPackageArtifactConfig;PrepareOutputPath $(CleanDependsOn);CleanArtifacts;CleanUniverseArtifacts $(RestoreDependsOn);RestoreExternalDependencies $(CompileDependsOn);BuildRepositories @@ -149,6 +149,15 @@ + + + <_UndeclaredPackageArtifact Include="%(ArtifactInfo.PackageId)" Condition="'%(ArtifactInfo.ArtifactType)' == 'NuGetPackage'" /> + <_UndeclaredPackageArtifact Remove="@(PackageArtifact)" /> + + + + + + + + + + + + + + diff --git a/modules/HttpSysServer b/modules/HttpSysServer index 88862aeb68..1b5ba87bbb 160000 --- a/modules/HttpSysServer +++ b/modules/HttpSysServer @@ -1 +1 @@ -Subproject commit 88862aeb6831567d182e406ecffb646bc327d44a +Subproject commit 1b5ba87bbb80d798bebdf73711a09a846205c19b diff --git a/modules/Mvc b/modules/Mvc index 7cea779b7a..67f48064ce 160000 --- a/modules/Mvc +++ b/modules/Mvc @@ -1 +1 @@ -Subproject commit 7cea779b7a744a3d915aa207a760f6f7b9c6dccc +Subproject commit 67f48064ced9ac9c2917d369ffc7d1866d03c84d diff --git a/modules/Templating b/modules/Templating index 16c23b846e..e3674db32e 160000 --- a/modules/Templating +++ b/modules/Templating @@ -1 +1 @@ -Subproject commit 16c23b846ec57803e83c7e1bffc9c24546fe1de4 +Subproject commit e3674db32e34f4b43671e978eb9902b3b11fb214 diff --git a/scripts/PatchVersionPrefix.ps1 b/scripts/PatchVersionPrefix.ps1 index 8549297c64..17303de53a 100644 --- a/scripts/PatchVersionPrefix.ps1 +++ b/scripts/PatchVersionPrefix.ps1 @@ -7,7 +7,7 @@ [CmdletBinding()] param( [Parameter(Mandatory = $true)] - [string[]]$Repos, + [string[]]$Repos ) $ErrorActionPreference = 'Stop'