Skip to content

Commit 8ade086

Browse files
authored
[release/9.0.2xx] Update dependencies from dotnet/razor (#44967)
2 parents 77b52bc + ee50720 commit 8ade086

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

NuGet.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<!-- End: Package sources from dotnet-runtime -->
1818
<!-- Begin: Package sources from dotnet-templating -->
1919
<add key="darc-pub-dotnet-templating-44a0b49" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-44a0b49c/nuget/v3/index.json" />
20+
<add key="darc-pub-dotnet-templating-44a0b49-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-44a0b49c-2/nuget/v3/index.json" />
2021
<add key="darc-pub-dotnet-templating-44a0b49-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-44a0b49c-1/nuget/v3/index.json" />
2122
<!-- End: Package sources from dotnet-templating -->
2223
<!-- Begin: Package sources from dotnet-windowsdesktop -->

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -321,22 +321,22 @@
321321
<Sha>af22effae4069a5dfb9b0735859de48820104f5b</Sha>
322322
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
323323
</Dependency>
324-
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.24569.2">
324+
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.24570.2">
325325
<Uri>https://github.com/dotnet/razor</Uri>
326-
<Sha>70303665960a0a97758b178c288e7c2f88905bcc</Sha>
326+
<Sha>2916c403e69983b639ff71bd9d6eee324828c2e1</Sha>
327327
</Dependency>
328-
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.24569.2">
328+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.24570.2">
329329
<Uri>https://github.com/dotnet/razor</Uri>
330-
<Sha>70303665960a0a97758b178c288e7c2f88905bcc</Sha>
330+
<Sha>2916c403e69983b639ff71bd9d6eee324828c2e1</Sha>
331331
</Dependency>
332-
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.24569.2">
332+
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.24570.2">
333333
<Uri>https://github.com/dotnet/razor</Uri>
334-
<Sha>70303665960a0a97758b178c288e7c2f88905bcc</Sha>
334+
<Sha>2916c403e69983b639ff71bd9d6eee324828c2e1</Sha>
335335
</Dependency>
336336
<!-- Intermediate is necessary for source build. -->
337-
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.24569.2">
337+
<Dependency Name="Microsoft.SourceBuild.Intermediate.razor" Version="9.0.0-preview.24570.2">
338338
<Uri>https://github.com/dotnet/razor</Uri>
339-
<Sha>70303665960a0a97758b178c288e7c2f88905bcc</Sha>
339+
<Sha>2916c403e69983b639ff71bd9d6eee324828c2e1</Sha>
340340
<SourceBuild RepoName="razor" ManagedOnly="true" />
341341
</Dependency>
342342
<Dependency Name="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.0">

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,9 @@
250250
</PropertyGroup>
251251
<PropertyGroup>
252252
<!-- Dependencies from https://github.com/dotnet/razor -->
253-
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.24569.2</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
254-
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.24569.2</MicrosoftCodeAnalysisRazorToolingInternalVersion>
255-
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.24569.2</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
253+
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.24570.2</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
254+
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.24570.2</MicrosoftCodeAnalysisRazorToolingInternalVersion>
255+
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.24570.2</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
256256
</PropertyGroup>
257257
<PropertyGroup>
258258
<!-- Dependencies from https://github.com/dotnet/wpf -->

0 commit comments

Comments
 (0)