Skip to content

Commit

Permalink
[release/9.0.1xx] Update dependencies from dotnet/razor (#43043)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai committed Aug 29, 2024
2 parents 9e5607e + 6bbd70c commit 8e17fb3
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 @@ -317,22 +317,22 @@
<Sha>9f52b5ccf32f2171881ac6419851bac9cc0f34e4</Sha>
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.24427.2">
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.24428.5">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>7ed43a1fe7680e35bb1f81a00478a383065ae58d</Sha>
<Sha>562be1a2201aa08b09970966224de44d40636d86</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.24427.2">
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.24428.5">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>7ed43a1fe7680e35bb1f81a00478a383065ae58d</Sha>
<Sha>562be1a2201aa08b09970966224de44d40636d86</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.24427.2">
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.24428.5">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>7ed43a1fe7680e35bb1f81a00478a383065ae58d</Sha>
<Sha>562be1a2201aa08b09970966224de44d40636d86</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.24427.2">
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.24428.5">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>7ed43a1fe7680e35bb1f81a00478a383065ae58d</Sha>
<Sha>562be1a2201aa08b09970966224de44d40636d86</Sha>
<SourceBuild RepoName="razor" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.0-rc.2.24426.2">
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/razor -->
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.24427.2</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.24427.2</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.24427.2</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.24428.5</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.24428.5</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.24428.5</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/wpf -->
Expand Down

0 comments on commit 8e17fb3

Please sign in to comment.