Skip to content

Commit

Permalink
Integrate new user-jwts tool into installer (#13895)
Browse files Browse the repository at this point in the history
  • Loading branch information
captainsafia authored Jun 3, 2022
1 parent bd50ad2 commit a8afb37
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>67d0c9fd4ebd0dafea4847b9637c1c86ec3b2890</Sha>
</Dependency>
<Dependency Name="dotnet-user-jwts" Version="7.0.0-preview.5.22273.7" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>67d0c9fd4ebd0dafea4847b9637c1c86ec3b2890</Sha>
</Dependency>
<Dependency Name="dotnet-user-secrets" Version="7.0.0-preview.5.22273.7" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>67d0c9fd4ebd0dafea4847b9637c1c86ec3b2890</Sha>
Expand Down
1 change: 1 addition & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<MicrosoftAspNetCoreAppRefInternalPackageVersion>7.0.0-preview.5.22273.7</MicrosoftAspNetCoreAppRefInternalPackageVersion>
<VSRedistCommonAspNetCoreSharedFrameworkx6470PackageVersion>7.0.0-preview.5.22273.7</VSRedistCommonAspNetCoreSharedFrameworkx6470PackageVersion>
<dotnetdevcertsPackageVersion>7.0.0-preview.5.22273.7</dotnetdevcertsPackageVersion>
<dotnetuserjwtsPackageVersion>7.0.0-preview.5.22273.7</dotnetuserjwtsPackageVersion>
<dotnetusersecretsPackageVersion>7.0.0-preview.5.22273.7</dotnetusersecretsPackageVersion>
</PropertyGroup>
<PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions src/SourceBuild/tarball/content/repos/installer.proj
Original file line number Diff line number Diff line change
Expand Up @@ -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. -->
<EnvironmentVariables Include="CLIBUILD_SKIP_BUNDLEDDOTNETTOOLS=true" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/redist/targets/BundledDotnetTools.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Condition=" '$(IncludeAspNetCoreRuntime)' != 'false' ">
<BundledDotnetTool Include="dotnet-dev-certs" Version="$(DotnetDevCertsPackageVersion)" />
<BundledDotnetTool Include="dotnet-user-jwts" Version="$(DotnetUserJwtsPackageVersion)" />
<BundledDotnetTool Include="dotnet-user-secrets" Version="$(DotnetUserSecretsPackageVersion)" ObsoletesCliTool="Microsoft.Extensions.SecretManager.Tools" />
</ItemGroup>

Expand Down

0 comments on commit a8afb37

Please sign in to comment.