Skip to content

Commit

Permalink
[release/9.0.1xx-preview2] Update dependencies from dotnet/sdk (#18920)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai committed Mar 8, 2024
2 parents 4b213cb + b381bd0 commit f746690
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,26 +91,26 @@
<Sha>e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9</Sha>
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-preview.2.24157.35">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-preview.2.24157.36">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>217a8e01ef1634e2689b41e4500a712613d0e4c7</Sha>
<Sha>07b9f0b3922ce6d607e6c715a3b99cf070cc1e7e</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-preview.2.24157.35">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-preview.2.24157.36">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>217a8e01ef1634e2689b41e4500a712613d0e4c7</Sha>
<Sha>07b9f0b3922ce6d607e6c715a3b99cf070cc1e7e</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-preview.2.24157.35">
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-preview.2.24157.36">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>217a8e01ef1634e2689b41e4500a712613d0e4c7</Sha>
<Sha>07b9f0b3922ce6d607e6c715a3b99cf070cc1e7e</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-preview.2.24157.35">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-preview.2.24157.36">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>217a8e01ef1634e2689b41e4500a712613d0e4c7</Sha>
<Sha>07b9f0b3922ce6d607e6c715a3b99cf070cc1e7e</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.sdk" Version="9.0.100-preview.2.24157.35">
<Dependency Name="Microsoft.SourceBuild.Intermediate.sdk" Version="9.0.100-preview.2.24157.36">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>217a8e01ef1634e2689b41e4500a712613d0e4c7</Sha>
<Sha>07b9f0b3922ce6d607e6c715a3b99cf070cc1e7e</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.2.1" Version="1.0.2-beta4.22406.1">
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-preview.2.24157.35</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-preview.2.24157.35</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-preview.2.24157.35</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-preview.2.24157.36</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-preview.2.24157.36</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-preview.2.24157.36</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
Expand Down

0 comments on commit f746690

Please sign in to comment.