Skip to content

Commit 0dbcfb5

Browse files
authored
[release/9.0.3xx] Update dependencies from dotnet/razor (#47299)
2 parents dda7952 + 37ef6a5 commit 0dbcfb5

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

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.25154.3</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
233-
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25154.3</MicrosoftCodeAnalysisRazorToolingInternalVersion>
234-
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25154.3</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
232+
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25155.1</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
233+
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25155.1</MicrosoftCodeAnalysisRazorToolingInternalVersion>
234+
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25155.1</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
235235
</PropertyGroup>
236236
<PropertyGroup>
237237
<!-- Dependencies from https://github.com/dotnet/wpf -->

0 commit comments

Comments
 (0)