Skip to content

Commit 7b4e128

Browse files
author
v-wuzhai
authored
[release/8.0.4xx] Update dependencies from dotnet/razor (#42993)
2 parents 3ad01de + dad56af commit 7b4e128

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

NuGet.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
<!-- End: Package sources from dotnet-runtime -->
5252
<!-- Begin: Package sources from dotnet-templating -->
5353
<add key="darc-pub-dotnet-templating-9a6e3e8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-9a6e3e8a/nuget/v3/index.json" />
54+
<add key="darc-pub-dotnet-templating-9a6e3e8-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-9a6e3e8a-3/nuget/v3/index.json" />
55+
<add key="darc-pub-dotnet-templating-9a6e3e8-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-9a6e3e8a-2/nuget/v3/index.json" />
56+
<add key="darc-pub-dotnet-templating-9a6e3e8-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-9a6e3e8a-1/nuget/v3/index.json" />
5457
<!-- End: Package sources from dotnet-templating -->
5558
<!-- Begin: Package sources from dotnet-windowsdesktop -->
5659
<add key="darc-int-dotnet-windowsdesktop-1526afd" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-1526afd4/nuget/v3/index.json" />

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -289,18 +289,18 @@
289289
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
290290
<Sha>954f61dd38b33caa2b736c73530bd5a294174437</Sha>
291291
</Dependency>
292-
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.24420.1">
292+
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="9.0.0-preview.24423.1">
293293
<Uri>https://github.com/dotnet/razor</Uri>
294-
<Sha>68650a7d94261bc56a1f4bc522c2ee35314b1abb</Sha>
294+
<Sha>b5e50df9971db8cd118b25b0dc414d830d0a5afc</Sha>
295295
<SourceBuild RepoName="razor" ManagedOnly="true" />
296296
</Dependency>
297-
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.24420.1">
297+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="9.0.0-preview.24423.1">
298298
<Uri>https://github.com/dotnet/razor</Uri>
299-
<Sha>68650a7d94261bc56a1f4bc522c2ee35314b1abb</Sha>
299+
<Sha>b5e50df9971db8cd118b25b0dc414d830d0a5afc</Sha>
300300
</Dependency>
301-
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.24420.1">
301+
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="9.0.0-preview.24423.1">
302302
<Uri>https://github.com/dotnet/razor</Uri>
303-
<Sha>68650a7d94261bc56a1f4bc522c2ee35314b1abb</Sha>
303+
<Sha>b5e50df9971db8cd118b25b0dc414d830d0a5afc</Sha>
304304
</Dependency>
305305
<Dependency Name="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.8">
306306
<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
@@ -178,9 +178,9 @@
178178
</PropertyGroup>
179179
<!-- Dependencies from https://github.com/dotnet/razor -->
180180
<PropertyGroup>
181-
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.24420.1</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
182-
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.24420.1</MicrosoftCodeAnalysisRazorToolingInternalVersion>
183-
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.24420.1</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
181+
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>9.0.0-preview.24423.1</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
182+
<MicrosoftCodeAnalysisRazorToolingInternalVersion>9.0.0-preview.24423.1</MicrosoftCodeAnalysisRazorToolingInternalVersion>
183+
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>9.0.0-preview.24423.1</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
184184
</PropertyGroup>
185185
<PropertyGroup>
186186
<!-- Dependencies from https://github.com/dotnet/wpf -->

0 commit comments

Comments
 (0)