diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index adce90a362da..5a57efa54b75 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,6 +73,10 @@ https://github.com/dotnet/aspnetcore d7d7deb232b9fb7ba05d9d08d024c0b7aee57982 + + https://github.com/dotnet/aspnetcore + 67d0c9fd4ebd0dafea4847b9637c1c86ec3b2890 + https://github.com/dotnet/aspnetcore d7d7deb232b9fb7ba05d9d08d024c0b7aee57982 diff --git a/eng/Versions.props b/eng/Versions.props index 7881561bfcaa..924c54718096 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,6 +57,7 @@ 7.0.0-preview.5.22301.14 7.0.0-preview.5.22301.14 7.0.0-preview.5.22301.14 + 7.0.0-preview.5.22301.14 7.0.0-preview.5.22301.14 diff --git a/src/SourceBuild/tarball/content/repos/installer.proj b/src/SourceBuild/tarball/content/repos/installer.proj index 20680dc30f32..f0f17e2a8eb3 100644 --- a/src/SourceBuild/tarball/content/repos/installer.proj +++ b/src/SourceBuild/tarball/content/repos/installer.proj @@ -85,6 +85,7 @@ Unable to find package dotnet-ef. Unable to find package dotnet-sql-cache. Unable to find package dotnet-user-secrets. + Unable to find package dotnet-user-jwts. Unable to find package dotnet-watch. --> diff --git a/src/redist/targets/BundledDotnetTools.targets b/src/redist/targets/BundledDotnetTools.targets index 2c816393d95f..ab3b5e34a531 100644 --- a/src/redist/targets/BundledDotnetTools.targets +++ b/src/redist/targets/BundledDotnetTools.targets @@ -1,6 +1,7 @@ +