Skip to content

Commit

Permalink
[release/9.0.1xx-preview2] Update dependencies from dotnet/razor (#39314
Browse files Browse the repository at this point in the history
)
  • Loading branch information
v-wuzhai authored Mar 8, 2024
2 parents 217a8e0 + ffb2f95 commit 07b9f0b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -316,22 +316,22 @@
<Sha>e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9</Sha>
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="7.0.0-preview.24157.5">
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="7.0.0-preview.24157.6">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>ccd6777f2b9b6385c6257542737e2da9a75de7b3</Sha>
<Sha>8a402bac3ea76fd992a5ef0c54768abc9f439f22</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="7.0.0-preview.24157.5">
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="7.0.0-preview.24157.6">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>ccd6777f2b9b6385c6257542737e2da9a75de7b3</Sha>
<Sha>8a402bac3ea76fd992a5ef0c54768abc9f439f22</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="7.0.0-preview.24157.5">
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="7.0.0-preview.24157.6">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>ccd6777f2b9b6385c6257542737e2da9a75de7b3</Sha>
<Sha>8a402bac3ea76fd992a5ef0c54768abc9f439f22</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="7.0.0-preview.24157.5">
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="7.0.0-preview.24157.6">
<Uri>https://github.com/dotnet/razor</Uri>
<Sha>ccd6777f2b9b6385c6257542737e2da9a75de7b3</Sha>
<Sha>8a402bac3ea76fd992a5ef0c54768abc9f439f22</Sha>
<SourceBuild RepoName="razor" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.0-preview.2.24128.4">
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@
</PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/razor -->
<PropertyGroup>
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>7.0.0-preview.24157.5</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>7.0.0-preview.24157.5</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>7.0.0-preview.24157.5</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>7.0.0-preview.24157.6</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
<MicrosoftCodeAnalysisRazorToolingInternalVersion>7.0.0-preview.24157.6</MicrosoftCodeAnalysisRazorToolingInternalVersion>
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>7.0.0-preview.24157.6</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/wpf -->
Expand Down

0 comments on commit 07b9f0b

Please sign in to comment.