Skip to content

Commit 291ad6b

Browse files
authored
[release/8.0.3xx] Update dependencies from dotnet/razor (#39552)
2 parents 70b64ce + c8b0a12 commit 291ad6b

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.24164.2">
280+
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="7.0.0-preview.24166.1">
281281
<Uri>https://github.com/dotnet/razor</Uri>
282-
<Sha>d6be87e07ef04821c67627945902a9a62d153666</Sha>
282+
<Sha>69e4d09f1e7054646ea601e488d3ccdce96c1069</Sha>
283283
<SourceBuild RepoName="razor" ManagedOnly="true" />
284284
</Dependency>
285-
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="7.0.0-preview.24164.2">
285+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="7.0.0-preview.24166.1">
286286
<Uri>https://github.com/dotnet/razor</Uri>
287-
<Sha>d6be87e07ef04821c67627945902a9a62d153666</Sha>
287+
<Sha>69e4d09f1e7054646ea601e488d3ccdce96c1069</Sha>
288288
</Dependency>
289-
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="7.0.0-preview.24164.2">
289+
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="7.0.0-preview.24166.1">
290290
<Uri>https://github.com/dotnet/razor</Uri>
291-
<Sha>d6be87e07ef04821c67627945902a9a62d153666</Sha>
291+
<Sha>69e4d09f1e7054646ea601e488d3ccdce96c1069</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.24164.2</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
179-
<MicrosoftCodeAnalysisRazorToolingInternalVersion>7.0.0-preview.24164.2</MicrosoftCodeAnalysisRazorToolingInternalVersion>
180-
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>7.0.0-preview.24164.2</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
178+
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>7.0.0-preview.24166.1</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
179+
<MicrosoftCodeAnalysisRazorToolingInternalVersion>7.0.0-preview.24166.1</MicrosoftCodeAnalysisRazorToolingInternalVersion>
180+
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>7.0.0-preview.24166.1</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
181181
</PropertyGroup>
182182
<PropertyGroup>
183183
<!-- Dependencies from https://github.com/dotnet/wpf -->

0 commit comments

Comments
 (0)