Skip to content

Commit

Permalink
[release/9.0.3xx] Update dependencies from dotnet/razor (#47084)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Feb 25, 2025
2 parents 8558bff + ff27255 commit fe61cee
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 @@ -321,22 +321,22 @@
<Sha>af22effae4069a5dfb9b0735859de48820104f5b</Sha>
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25123.7">
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25124.1">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>82bb05d0f43e11b7068addd9c0762b3372580c1f</Sha>
<Sha>133c1facbfe2df1ee56dcf9afe5cd2c0a32c93ee</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25123.7">
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25124.1">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>82bb05d0f43e11b7068addd9c0762b3372580c1f</Sha>
<Sha>133c1facbfe2df1ee56dcf9afe5cd2c0a32c93ee</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25123.7">
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25124.1">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>82bb05d0f43e11b7068addd9c0762b3372580c1f</Sha>
<Sha>133c1facbfe2df1ee56dcf9afe5cd2c0a32c93ee</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25123.7">
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25124.1">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>82bb05d0f43e11b7068addd9c0762b3372580c1f</Sha>
<Sha>133c1facbfe2df1ee56dcf9afe5cd2c0a32c93ee</Sha>
<SourceBuild RepoName="razor" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.0">
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/razor -->
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25123.7</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25123.7</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25123.7</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25124.1</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25124.1</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25124.1</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/wpf -->
Expand Down

0 comments on commit fe61cee

Please sign in to comment.