Skip to content

Commit f3914fe

Browse files
authored
[release/9.0.3xx] Update dependencies from dotnet/razor (#47891)
2 parents dba211b + 78bf215 commit f3914fe

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
@@ -321,22 +321,22 @@
321321
<Sha>b96167fbfe8bd45d94e4dcda42c7d09eb5745459</Sha>
322322
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
323323
</Dependency>
324-
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25174.2">
324+
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25176.2">
325325
<Uri>https://github.com/dotnet/razor</Uri>
326-
<Sha>6926f63684c09f79efc0cb7ba4d86e835955a19d</Sha>
326+
<Sha>c598cfa94ab36f64898b90a541df0cdc54c89973</Sha>
327327
</Dependency>
328-
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25174.2">
328+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25176.2">
329329
<Uri>https://github.com/dotnet/razor</Uri>
330-
<Sha>6926f63684c09f79efc0cb7ba4d86e835955a19d</Sha>
330+
<Sha>c598cfa94ab36f64898b90a541df0cdc54c89973</Sha>
331331
</Dependency>
332-
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25174.2">
332+
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25176.2">
333333
<Uri>https://github.com/dotnet/razor</Uri>
334-
<Sha>6926f63684c09f79efc0cb7ba4d86e835955a19d</Sha>
334+
<Sha>c598cfa94ab36f64898b90a541df0cdc54c89973</Sha>
335335
</Dependency>
336336
<!-- Intermediate is necessary for source build. -->
337-
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25174.2">
337+
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25176.2">
338338
<Uri>https://github.com/dotnet/razor</Uri>
339-
<Sha>6926f63684c09f79efc0cb7ba4d86e835955a19d</Sha>
339+
<Sha>c598cfa94ab36f64898b90a541df0cdc54c89973</Sha>
340340
<SourceBuild RepoName="razor" ManagedOnly="true" />
341341
</Dependency>
342342
<Dependency Name="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.3">

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@
230230
</PropertyGroup>
231231
<PropertyGroup>
232232
<!-- Dependencies from https://github.com/dotnet/razor -->
233-
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25174.2</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
234-
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25174.2</MicrosoftCodeAnalysisRazorToolingInternalVersion>
235-
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25174.2</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
233+
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25176.2</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
234+
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25176.2</MicrosoftCodeAnalysisRazorToolingInternalVersion>
235+
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25176.2</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
236236
</PropertyGroup>
237237
<PropertyGroup>
238238
<!-- Dependencies from https://github.com/dotnet/wpf -->

0 commit comments

Comments
 (0)