Skip to content

Commit bfcdc76

Browse files
[release/8.0.1xx] Update dependencies from dotnet/razor (dotnet#35823)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent cabb4d8 commit bfcdc76

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

eng/Version.Details.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -278,18 +278,18 @@
278278
<Uri>https://github.com/dotnet/aspnetcore</Uri>
279279
<Sha>f37eb785c92218e668cf98e8c50139c1395492ad</Sha>
280280
</Dependency>
281-
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="7.0.0-preview.23478.1">
281+
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="7.0.0-preview.23503.1">
282282
<Uri>https://github.com/dotnet/razor</Uri>
283-
<Sha>5e25e7b5c691af013415f6c60c196e0051affd53</Sha>
283+
<Sha>d9b92eee1ccf6a446d7c3a40515faf1c5f46c6a2</Sha>
284284
<SourceBuild RepoName="razor" ManagedOnly="true" />
285285
</Dependency>
286-
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="7.0.0-preview.23478.1">
286+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="7.0.0-preview.23503.1">
287287
<Uri>https://github.com/dotnet/razor</Uri>
288-
<Sha>5e25e7b5c691af013415f6c60c196e0051affd53</Sha>
288+
<Sha>d9b92eee1ccf6a446d7c3a40515faf1c5f46c6a2</Sha>
289289
</Dependency>
290-
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="7.0.0-preview.23478.1">
290+
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="7.0.0-preview.23503.1">
291291
<Uri>https://github.com/dotnet/razor</Uri>
292-
<Sha>5e25e7b5c691af013415f6c60c196e0051affd53</Sha>
292+
<Sha>d9b92eee1ccf6a446d7c3a40515faf1c5f46c6a2</Sha>
293293
</Dependency>
294294
<Dependency Name="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.0-rtm.23502.22">
295295
<Uri>https://github.com/dotnet/aspnetcore</Uri>

eng/Versions.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@
158158
</PropertyGroup>
159159
<!-- Dependencies from https://github.com/dotnet/razor -->
160160
<PropertyGroup>
161-
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>7.0.0-preview.23478.1</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
162-
<MicrosoftCodeAnalysisRazorToolingInternalVersion>7.0.0-preview.23478.1</MicrosoftCodeAnalysisRazorToolingInternalVersion>
163-
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>7.0.0-preview.23478.1</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
161+
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>7.0.0-preview.23503.1</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
162+
<MicrosoftCodeAnalysisRazorToolingInternalVersion>7.0.0-preview.23503.1</MicrosoftCodeAnalysisRazorToolingInternalVersion>
163+
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>7.0.0-preview.23503.1</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
164164
</PropertyGroup>
165165
<PropertyGroup>
166166
<!-- Dependencies from https://github.com/dotnet/wpf -->

0 commit comments

Comments
 (0)