Skip to content

Commit 8445cf0

Browse files
author
v-wuzhai
authored
[main] Update dependencies from dotnet/razor (#47649)
2 parents 11c72ff + a4eeee5 commit 8445cf0

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>00b6dbed5d8bb56caaa491c1cd4d3328edb78ef7</Sha>
427427
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
428428
</Dependency>
429-
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25164.2">
429+
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.25166.1">
430430
<Uri>https://github.com/dotnet/razor</Uri>
431-
<Sha>1373cc552f2f73f04cf72a741117a097025f8d0b</Sha>
431+
<Sha>b7956b2fcba21198410809e2707d652d650343fb</Sha>
432432
</Dependency>
433-
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25164.2">
433+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.25166.1">
434434
<Uri>https://github.com/dotnet/razor</Uri>
435-
<Sha>1373cc552f2f73f04cf72a741117a097025f8d0b</Sha>
435+
<Sha>b7956b2fcba21198410809e2707d652d650343fb</Sha>
436436
</Dependency>
437-
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25164.2">
437+
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.25166.1">
438438
<Uri>https://github.com/dotnet/razor</Uri>
439-
<Sha>1373cc552f2f73f04cf72a741117a097025f8d0b</Sha>
439+
<Sha>b7956b2fcba21198410809e2707d652d650343fb</Sha>
440440
</Dependency>
441441
<!-- Intermediate is necessary for source build. -->
442-
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25164.2">
442+
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.25166.1">
443443
<Uri>https://github.com/dotnet/razor</Uri>
444-
<Sha>1373cc552f2f73f04cf72a741117a097025f8d0b</Sha>
444+
<Sha>b7956b2fcba21198410809e2707d652d650343fb</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
@@ -256,9 +256,9 @@
256256
</PropertyGroup>
257257
<PropertyGroup>
258258
<!-- Dependencies from https://github.com/dotnet/razor -->
259-
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25164.2</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
260-
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25164.2</MicrosoftCodeAnalysisRazorToolingInternalVersion>
261-
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25164.2</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
259+
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.25166.1</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
260+
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.25166.1</MicrosoftCodeAnalysisRazorToolingInternalVersion>
261+
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.25166.1</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
262262
</PropertyGroup>
263263
<PropertyGroup>
264264
<!-- Dependencies from https://github.com/dotnet/wpf -->

0 commit comments

Comments
 (0)