Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/9.0.2xx] Update dependencies from dotnet/razor #45265

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
fa9fe14
Update dependencies from https://github.com/dotnet/razor build 202412…
dotnet-maestro[bot] Dec 3, 2024
d61cdd5
Update dependencies from https://github.com/dotnet/razor build 202412…
dotnet-maestro[bot] Dec 3, 2024
34df430
Update dependencies from https://github.com/dotnet/razor build 202412…
dotnet-maestro[bot] Dec 4, 2024
d6b6e0b
Update dependencies from https://github.com/dotnet/razor build 202412…
dotnet-maestro[bot] Dec 4, 2024
aab107e
Update dependencies from https://github.com/dotnet/razor build 202412…
dotnet-maestro[bot] Dec 4, 2024
1b7a787
Update dependencies from https://github.com/dotnet/razor build 202412…
dotnet-maestro[bot] Dec 4, 2024
2701cb4
Update dependencies from https://github.com/dotnet/razor build 202412…
dotnet-maestro[bot] Dec 5, 2024
1ac40cc
Update dependencies from https://github.com/dotnet/razor build 202412…
dotnet-maestro[bot] Dec 5, 2024
22d776c
Update dependencies from https://github.com/dotnet/razor build 202412…
dotnet-maestro[bot] Dec 9, 2024
ef2709c
Update dependencies from https://github.com/dotnet/razor build 202412…
dotnet-maestro[bot] Dec 10, 2024
712f779
Update dependencies from https://github.com/dotnet/razor build 202412…
dotnet-maestro[bot] Dec 10, 2024
07ee4c3
Update dependencies from https://github.com/dotnet/razor build 202412…
dotnet-maestro[bot] Dec 10, 2024
6d18bfb
Update dependencies from https://github.com/dotnet/razor build 202412…
dotnet-maestro[bot] Dec 11, 2024
58ab5d9
Update dependencies from https://github.com/dotnet/razor build 202412…
dotnet-maestro[bot] Dec 11, 2024
bb10fd9
Update dependencies from https://github.com/dotnet/razor build 202412…
dotnet-maestro[bot] Dec 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -321,22 +321,22 @@
<Sha>af22effae4069a5dfb9b0735859de48820104f5b</Sha>
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.24601.1">
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.24602.1">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>db3fecf853512dbb9440a8abd75ed8b266ee075a</Sha>
<Sha>a235a980ba3a90d32841bdbcb61602ea2fcaf11d</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.24601.1">
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.24602.1">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>db3fecf853512dbb9440a8abd75ed8b266ee075a</Sha>
<Sha>a235a980ba3a90d32841bdbcb61602ea2fcaf11d</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.24601.1">
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.24602.1">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>db3fecf853512dbb9440a8abd75ed8b266ee075a</Sha>
<Sha>a235a980ba3a90d32841bdbcb61602ea2fcaf11d</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.24601.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.24602.1">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>db3fecf853512dbb9440a8abd75ed8b266ee075a</Sha>
<Sha>a235a980ba3a90d32841bdbcb61602ea2fcaf11d</Sha>
<SourceBuild RepoName="razor" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.0">
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/razor -->
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.24601.1</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.24601.1</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.24601.1</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.24602.1</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.24602.1</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.24602.1</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/wpf -->
Expand Down
Loading