Skip to content

Commit

Permalink
[release/8.0.1xx] Update dependencies from dotnet/sdk (#17289)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai committed Sep 1, 2023
2 parents 2809943 + 28b4096 commit 626adfa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,22 +85,22 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>10726cc86d1ccfeed8055548d6d6cb7a9bac091c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rc.2.23431.4">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rc.2.23431.8">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>23f2643159bf49173f958828c0eb930b9e5a275c</Sha>
<Sha>fd33adf2704a5e9237dad4142c56c076d8143c83</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rc.2.23431.4">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rc.2.23431.8">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>23f2643159bf49173f958828c0eb930b9e5a275c</Sha>
<Sha>fd33adf2704a5e9237dad4142c56c076d8143c83</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rc.2.23431.4">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rc.2.23431.8">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>23f2643159bf49173f958828c0eb930b9e5a275c</Sha>
<Sha>fd33adf2704a5e9237dad4142c56c076d8143c83</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rc.2.23431.4">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rc.2.23431.8">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>23f2643159bf49173f958828c0eb930b9e5a275c</Sha>
<Sha>fd33adf2704a5e9237dad4142c56c076d8143c83</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.2.1" Version="1.0.2-beta4.22406.1">
<Uri>https://github.com/dotnet/test-templates</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-rc.2.23431.4</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-rc.2.23431.4</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rc.2.23431.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-rc.2.23431.8</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-rc.2.23431.8</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rc.2.23431.8</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
Expand Down

0 comments on commit 626adfa

Please sign in to comment.