Skip to content

Commit 0065640

Browse files
[main] Update dependencies from dotnet/razor (#46633)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Larry Ewing <lewing@microsoft.com>
1 parent 9bd9514 commit 0065640

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -426,22 +426,22 @@
426426
<Sha>53e95596db5ed1392dab7df24d881be505aed01c</Sha>
427427
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
428428
</Dependency>
429-
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25105.3">
429+
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25110.3">
430430
<Uri>https://github.com/dotnet/razor</Uri>
431-
<Sha>f5aebdd0f7e75079d1c5c2b8cb5d5b087cb12c56</Sha>
431+
<Sha>ddad4c8d949980d5b289f716439a34a3a0a28b83</Sha>
432432
</Dependency>
433-
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25105.3">
433+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25110.3">
434434
<Uri>https://github.com/dotnet/razor</Uri>
435-
<Sha>f5aebdd0f7e75079d1c5c2b8cb5d5b087cb12c56</Sha>
435+
<Sha>ddad4c8d949980d5b289f716439a34a3a0a28b83</Sha>
436436
</Dependency>
437-
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25105.3">
437+
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25110.3">
438438
<Uri>https://github.com/dotnet/razor</Uri>
439-
<Sha>f5aebdd0f7e75079d1c5c2b8cb5d5b087cb12c56</Sha>
439+
<Sha>ddad4c8d949980d5b289f716439a34a3a0a28b83</Sha>
440440
</Dependency>
441441
<!-- Intermediate is necessary for source build. -->
442-
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25105.3">
442+
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25110.3">
443443
<Uri>https://github.com/dotnet/razor</Uri>
444-
<Sha>f5aebdd0f7e75079d1c5c2b8cb5d5b087cb12c56</Sha>
444+
<Sha>ddad4c8d949980d5b289f716439a34a3a0a28b83</Sha>
445445
<SourceBuild RepoName="razor" ManagedOnly="true" />
446446
</Dependency>
447447
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@
247247
</PropertyGroup>
248248
<PropertyGroup>
249249
<!-- Dependencies from https://github.com/dotnet/razor -->
250-
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25105.3</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
251-
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25105.3</MicrosoftCodeAnalysisRazorToolingInternalVersion>
252-
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25105.3</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
250+
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25110.3</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
251+
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25110.3</MicrosoftCodeAnalysisRazorToolingInternalVersion>
252+
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25110.3</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
253253
</PropertyGroup>
254254
<PropertyGroup>
255255
<!-- Dependencies from https://github.com/dotnet/wpf -->

0 commit comments

Comments
 (0)