Skip to content

Commit 6d457b6

Browse files
author
v-wuzhai
authored
[main] Update dependencies from dotnet/razor (#48672)
2 parents 1c84709 + de4ecb0 commit 6d457b6

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
@@ -421,22 +421,22 @@
421421
<Sha>7c7f56f5af049b79488190d428ef257b92597766</Sha>
422422
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
423423
</Dependency>
424-
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="10.0.0-preview.25223.1">
424+
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="10.0.0-preview.25223.5">
425425
<Uri>https://github.com/dotnet/razor</Uri>
426-
<Sha>4ed93db9c39d970197c3410f9e878caaf8a92316</Sha>
426+
<Sha>4c61ce2cff821a0fadf2bccda54af384e09b7307</Sha>
427427
</Dependency>
428-
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="10.0.0-preview.25223.1">
428+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="10.0.0-preview.25223.5">
429429
<Uri>https://github.com/dotnet/razor</Uri>
430-
<Sha>4ed93db9c39d970197c3410f9e878caaf8a92316</Sha>
430+
<Sha>4c61ce2cff821a0fadf2bccda54af384e09b7307</Sha>
431431
</Dependency>
432-
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="10.0.0-preview.25223.1">
432+
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="10.0.0-preview.25223.5">
433433
<Uri>https://github.com/dotnet/razor</Uri>
434-
<Sha>4ed93db9c39d970197c3410f9e878caaf8a92316</Sha>
434+
<Sha>4c61ce2cff821a0fadf2bccda54af384e09b7307</Sha>
435435
</Dependency>
436436
<!-- Intermediate is necessary for source build. -->
437-
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="10.0.0-preview.25223.1">
437+
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="10.0.0-preview.25223.5">
438438
<Uri>https://github.com/dotnet/razor</Uri>
439-
<Sha>4ed93db9c39d970197c3410f9e878caaf8a92316</Sha>
439+
<Sha>4c61ce2cff821a0fadf2bccda54af384e09b7307</Sha>
440440
<SourceBuild RepoName="razor" ManagedOnly="true" />
441441
</Dependency>
442442
<!-- 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
@@ -255,9 +255,9 @@
255255
</PropertyGroup>
256256
<PropertyGroup>
257257
<!-- Dependencies from https://github.com/dotnet/razor -->
258-
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>10.0.0-preview.25223.1</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
259-
<MicrosoftCodeAnalysisRazorToolingInternalVersion>10.0.0-preview.25223.1</MicrosoftCodeAnalysisRazorToolingInternalVersion>
260-
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>10.0.0-preview.25223.1</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
258+
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>10.0.0-preview.25223.5</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
259+
<MicrosoftCodeAnalysisRazorToolingInternalVersion>10.0.0-preview.25223.5</MicrosoftCodeAnalysisRazorToolingInternalVersion>
260+
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>10.0.0-preview.25223.5</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
261261
</PropertyGroup>
262262
<PropertyGroup>
263263
<!-- Dependencies from https://github.com/dotnet/emsdk -->

0 commit comments

Comments
 (0)