Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/razor (#42207)
Browse files Browse the repository at this point in the history
[main] Update dependencies from dotnet/razor
  • Loading branch information
dotnet-maestro[bot] committed Jul 17, 2024
1 parent 64948f8 commit 2f14fea
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>2d8a0742d8f70d627ae68b798939abba95caabdf</Sha>
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.24366.7">
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.24367.1">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>850778b7f1cc19eb96ba81d20a027d3e0b674460</Sha>
<Sha>c0b9aa27c6ef613ae1a367ef1d26950e4f0cb626</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.24366.7">
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.24367.1">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>850778b7f1cc19eb96ba81d20a027d3e0b674460</Sha>
<Sha>c0b9aa27c6ef613ae1a367ef1d26950e4f0cb626</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.24366.7">
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.24367.1">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>850778b7f1cc19eb96ba81d20a027d3e0b674460</Sha>
<Sha>c0b9aa27c6ef613ae1a367ef1d26950e4f0cb626</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.24366.7">
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.24367.1">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>850778b7f1cc19eb96ba81d20a027d3e0b674460</Sha>
<Sha>c0b9aa27c6ef613ae1a367ef1d26950e4f0cb626</Sha>
<SourceBuild RepoName="razor" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.0-preview.7.24366.1">
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/razor -->
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.24366.7</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.24366.7</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.24366.7</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.24367.1</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.24367.1</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.24367.1</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/wpf -->
Expand Down

0 comments on commit 2f14fea

Please sign in to comment.