Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/razor (#46309)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Jan 27, 2025
2 parents 415110a + 3852564 commit 07f71d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -370,20 +370,20 @@
<Sha>febd7e8bdf05f17fb4e0e4dd3123e9538fbf7e7b</Sha>
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25074.1">
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25076.1">
<Uri>/~https://github.com/dotnet/razor</Uri>
<Sha>67d928ffdbf8b35f24fdf04258d32f42123ce7ae</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25074.1">
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25076.1">
<Uri>/~https://github.com/dotnet/razor</Uri>
<Sha>67d928ffdbf8b35f24fdf04258d32f42123ce7ae</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25074.1">
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25076.1">
<Uri>/~https://github.com/dotnet/razor</Uri>
<Sha>67d928ffdbf8b35f24fdf04258d32f42123ce7ae</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25074.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25076.1">
<Uri>/~https://github.com/dotnet/razor</Uri>
<Sha>67d928ffdbf8b35f24fdf04258d32f42123ce7ae</Sha>
<SourceBuild RepoName="razor" ManagedOnly="true" />
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from /~https://github.com/dotnet/razor -->
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25074.1</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25074.1</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25074.1</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25076.1</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25076.1</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25076.1</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from /~https://github.com/dotnet/wpf -->
Expand Down

0 comments on commit 07f71d6

Please sign in to comment.