Skip to content

Commit e4b55f5

Browse files
authoredMar 9, 2025··
[release/9.0.3xx] Update dependencies from dotnet/razor (#47391)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 7d1893f commit e4b55f5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎eng/Version.Details.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -321,20 +321,20 @@
321321
<Sha>704f7cb1d2cea33afb00c2097731216f121c2c73</Sha>
322322
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
323323
</Dependency>
324-
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25156.4">
324+
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25158.1">
325325
<Uri>https://github.com/dotnet/razor</Uri>
326326
<Sha>b8b69d16b8457c165bbd0c9ab807ccb03410c2b8</Sha>
327327
</Dependency>
328-
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25156.4">
328+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25158.1">
329329
<Uri>https://github.com/dotnet/razor</Uri>
330330
<Sha>b8b69d16b8457c165bbd0c9ab807ccb03410c2b8</Sha>
331331
</Dependency>
332-
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25156.4">
332+
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25158.1">
333333
<Uri>https://github.com/dotnet/razor</Uri>
334334
<Sha>b8b69d16b8457c165bbd0c9ab807ccb03410c2b8</Sha>
335335
</Dependency>
336336
<!-- Intermediate is necessary for source build. -->
337-
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25156.4">
337+
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25158.1">
338338
<Uri>https://github.com/dotnet/razor</Uri>
339339
<Sha>b8b69d16b8457c165bbd0c9ab807ccb03410c2b8</Sha>
340340
<SourceBuild RepoName="razor" ManagedOnly="true" />

‎eng/Versions.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,9 @@
229229
</PropertyGroup>
230230
<PropertyGroup>
231231
<!-- Dependencies from https://github.com/dotnet/razor -->
232-
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25156.4</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
233-
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25156.4</MicrosoftCodeAnalysisRazorToolingInternalVersion>
234-
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25156.4</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
232+
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25158.1</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
233+
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25158.1</MicrosoftCodeAnalysisRazorToolingInternalVersion>
234+
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25158.1</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
235235
</PropertyGroup>
236236
<PropertyGroup>
237237
<!-- Dependencies from https://github.com/dotnet/wpf -->

0 commit comments

Comments
 (0)
Please sign in to comment.