Skip to content

Commit

Permalink
[release/9.0.2xx] Update dependencies from dotnet/razor (#44295)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Oct 21, 2024
2 parents 8a2710d + 26cbc77 commit 5830ef4
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>280c613963a1768b810d09f32c998fe4490855e9</Sha>
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.24517.1">
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.24518.4">
<Uri>/~https://github.com/dotnet/razor</Uri>
<Sha>a1d4ac90c34c5d36bab1901d2b6a3c62aeca2a21</Sha>
<Sha>019b7c81ee353266a897f3e88b1a389da2fb1465</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.24517.1">
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.24518.4">
<Uri>/~https://github.com/dotnet/razor</Uri>
<Sha>a1d4ac90c34c5d36bab1901d2b6a3c62aeca2a21</Sha>
<Sha>019b7c81ee353266a897f3e88b1a389da2fb1465</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.24517.1">
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.24518.4">
<Uri>/~https://github.com/dotnet/razor</Uri>
<Sha>a1d4ac90c34c5d36bab1901d2b6a3c62aeca2a21</Sha>
<Sha>019b7c81ee353266a897f3e88b1a389da2fb1465</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.24517.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.24518.4">
<Uri>/~https://github.com/dotnet/razor</Uri>
<Sha>a1d4ac90c34c5d36bab1901d2b6a3c62aeca2a21</Sha>
<Sha>019b7c81ee353266a897f3e88b1a389da2fb1465</Sha>
<SourceBuild RepoName="razor" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.0-rc.1.24452.1">
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from /~https://github.com/dotnet/razor -->
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.24517.1</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.24517.1</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.24517.1</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.24518.4</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.24518.4</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.24518.4</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from /~https://github.com/dotnet/wpf -->
Expand Down

0 comments on commit 5830ef4

Please sign in to comment.