Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/razor (#46570)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpopMSFT authored Feb 7, 2025
2 parents 548c483 + 2e15183 commit 0de292a
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>c43eb9a914f5e867c3c488e6b745f8bb28ebcaca</Sha>
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25104.4">
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25105.3">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>b16f63a0c4e003acad74eb3f17d648c6ec17622b</Sha>
<Sha>f5aebdd0f7e75079d1c5c2b8cb5d5b087cb12c56</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25104.4">
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25105.3">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>b16f63a0c4e003acad74eb3f17d648c6ec17622b</Sha>
<Sha>f5aebdd0f7e75079d1c5c2b8cb5d5b087cb12c56</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25104.4">
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25105.3">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>b16f63a0c4e003acad74eb3f17d648c6ec17622b</Sha>
<Sha>f5aebdd0f7e75079d1c5c2b8cb5d5b087cb12c56</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25104.4">
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25105.3">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>b16f63a0c4e003acad74eb3f17d648c6ec17622b</Sha>
<Sha>f5aebdd0f7e75079d1c5c2b8cb5d5b087cb12c56</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 @@ -246,9 +246,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/razor -->
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25104.4</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25104.4</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25104.4</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25105.3</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25105.3</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25105.3</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/wpf -->
Expand Down

0 comments on commit 0de292a

Please sign in to comment.