Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/razor (#47257)
Browse files Browse the repository at this point in the history
[main] Update dependencies from dotnet/razor
  • Loading branch information
dotnet-maestro[bot] authored Mar 4, 2025
1 parent dc2278d commit e11b2a0
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 @@ -426,22 +426,22 @@
<Sha>1f82fa558dd7afb0ac94a43c7b80f40499bad98c</Sha>
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25154.2">
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25154.3">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>f1e08b458c372b472afb02657adfccea61d3e7d2</Sha>
<Sha>b1848f56525f3e4b32133d54829c14cb3a5f69fd</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25154.2">
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25154.3">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>f1e08b458c372b472afb02657adfccea61d3e7d2</Sha>
<Sha>b1848f56525f3e4b32133d54829c14cb3a5f69fd</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25154.2">
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25154.3">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>f1e08b458c372b472afb02657adfccea61d3e7d2</Sha>
<Sha>b1848f56525f3e4b32133d54829c14cb3a5f69fd</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25154.2">
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25154.3">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>f1e08b458c372b472afb02657adfccea61d3e7d2</Sha>
<Sha>b1848f56525f3e4b32133d54829c14cb3a5f69fd</Sha>
<SourceBuild RepoName="razor" ManagedOnly="true" />
</Dependency>
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/razor -->
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25154.2</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25154.2</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25154.2</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25154.3</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25154.3</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25154.3</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/wpf -->
Expand Down

0 comments on commit e11b2a0

Please sign in to comment.