Skip to content

Commit 611c930

Browse files
authored
[release/8.0.3xx] Update dependencies from dotnet/razor (#39527)
2 parents 6859044 + 2d7a086 commit 611c930

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -277,18 +277,18 @@
277277
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
278278
<Sha>da7e9894ce22ef8cc02e5acc56e95a6f8cf8f644</Sha>
279279
</Dependency>
280-
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="7.0.0-preview.24163.2">
280+
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="7.0.0-preview.24164.2">
281281
<Uri>https://github.com/dotnet/razor</Uri>
282-
<Sha>9d930bc9fcd3e3e9ba5058092caee0b2792269de</Sha>
282+
<Sha>d6be87e07ef04821c67627945902a9a62d153666</Sha>
283283
<SourceBuild RepoName="razor" ManagedOnly="true" />
284284
</Dependency>
285-
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="7.0.0-preview.24163.2">
285+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="7.0.0-preview.24164.2">
286286
<Uri>https://github.com/dotnet/razor</Uri>
287-
<Sha>9d930bc9fcd3e3e9ba5058092caee0b2792269de</Sha>
287+
<Sha>d6be87e07ef04821c67627945902a9a62d153666</Sha>
288288
</Dependency>
289-
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="7.0.0-preview.24163.2">
289+
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="7.0.0-preview.24164.2">
290290
<Uri>https://github.com/dotnet/razor</Uri>
291-
<Sha>9d930bc9fcd3e3e9ba5058092caee0b2792269de</Sha>
291+
<Sha>d6be87e07ef04821c67627945902a9a62d153666</Sha>
292292
</Dependency>
293293
<Dependency Name="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.2">
294294
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@
175175
</PropertyGroup>
176176
<!-- Dependencies from https://github.com/dotnet/razor -->
177177
<PropertyGroup>
178-
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>7.0.0-preview.24163.2</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
179-
<MicrosoftCodeAnalysisRazorToolingInternalVersion>7.0.0-preview.24163.2</MicrosoftCodeAnalysisRazorToolingInternalVersion>
180-
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>7.0.0-preview.24163.2</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
178+
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>7.0.0-preview.24164.2</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
179+
<MicrosoftCodeAnalysisRazorToolingInternalVersion>7.0.0-preview.24164.2</MicrosoftCodeAnalysisRazorToolingInternalVersion>
180+
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>7.0.0-preview.24164.2</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
181181
</PropertyGroup>
182182
<PropertyGroup>
183183
<!-- Dependencies from https://github.com/dotnet/wpf -->

0 commit comments

Comments
 (0)