Skip to content

Commit a8140f0

Browse files
authored
[main] Update dependencies from dotnet/razor (#47871)
2 parents 7b01c6f + 531b868 commit a8140f0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

eng/Version.Details.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -426,22 +426,22 @@
426426
<Sha>afd6f4a27a271d6e746150fabdd358ab746c8720</Sha>
427427
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
428428
</Dependency>
429-
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25174.2">
429+
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25175.2">
430430
<Uri>https://github.com/dotnet/razor</Uri>
431-
<Sha>6926f63684c09f79efc0cb7ba4d86e835955a19d</Sha>
431+
<Sha>909f4d7f43e490d5d67e3632a65da7f0458b7221</Sha>
432432
</Dependency>
433-
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25174.2">
433+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25175.2">
434434
<Uri>https://github.com/dotnet/razor</Uri>
435-
<Sha>6926f63684c09f79efc0cb7ba4d86e835955a19d</Sha>
435+
<Sha>909f4d7f43e490d5d67e3632a65da7f0458b7221</Sha>
436436
</Dependency>
437-
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25174.2">
437+
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25175.2">
438438
<Uri>https://github.com/dotnet/razor</Uri>
439-
<Sha>6926f63684c09f79efc0cb7ba4d86e835955a19d</Sha>
439+
<Sha>909f4d7f43e490d5d67e3632a65da7f0458b7221</Sha>
440440
</Dependency>
441441
<!-- Intermediate is necessary for source build. -->
442-
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25174.2">
442+
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25175.2">
443443
<Uri>https://github.com/dotnet/razor</Uri>
444-
<Sha>6926f63684c09f79efc0cb7ba4d86e835955a19d</Sha>
444+
<Sha>909f4d7f43e490d5d67e3632a65da7f0458b7221</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

+3-3
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@
252252
</PropertyGroup>
253253
<PropertyGroup>
254254
<!-- Dependencies from https://github.com/dotnet/razor -->
255-
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25174.2</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
256-
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25174.2</MicrosoftCodeAnalysisRazorToolingInternalVersion>
257-
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25174.2</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
255+
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25175.2</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
256+
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25175.2</MicrosoftCodeAnalysisRazorToolingInternalVersion>
257+
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25175.2</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
258258
</PropertyGroup>
259259
<PropertyGroup>
260260
<!-- Dependencies from https://github.com/dotnet/wpf -->

0 commit comments

Comments
 (0)