Skip to content

Commit eb87d79

Browse files
author
v-wuzhai
authored
[release/8.0.1xx] Update dependencies from dotnet/razor (#49132)
2 parents 1ae6fc2 + 57150dd commit eb87d79

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

NuGet.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<!-- Begin: Package sources from dotnet-runtime -->
1717
<!-- End: Package sources from dotnet-runtime -->
1818
<!-- Begin: Package sources from dotnet-templating -->
19+
<add key="darc-pub-dotnet-templating-a1aab40" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-a1aab400/nuget/v3/index.json" />
20+
<add key="darc-pub-dotnet-templating-a1aab40-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-a1aab400-2/nuget/v3/index.json" />
21+
<add key="darc-pub-dotnet-templating-a1aab40-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-a1aab400-1/nuget/v3/index.json" />
1922
<add key="darc-pub-dotnet-templating-f03f218" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-f03f218a/nuget/v3/index.json" />
2023
<!-- End: Package sources from dotnet-templating -->
2124
<!-- Begin: Package sources from dotnet-windowsdesktop -->

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,16 +293,16 @@
293293
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
294294
<Sha>4ae1269bff83362236d0f3bd4c9302e6a1e9341c</Sha>
295295
</Dependency>
296-
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="7.0.0-preview.25257.3">
296+
<Dependency Name="Microsoft.CodeAnalysis.Razor.Tooling.Internal" Version="7.0.0-preview.25275.5">
297297
<Uri>https://github.com/dotnet/razor</Uri>
298298
<Sha>4c8bb4ff79523da1aa8ffbf2834ede5118f73d60</Sha>
299299
<SourceBuild RepoName="razor" ManagedOnly="true" />
300300
</Dependency>
301-
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="7.0.0-preview.25257.3">
301+
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="7.0.0-preview.25275.5">
302302
<Uri>https://github.com/dotnet/razor</Uri>
303303
<Sha>4c8bb4ff79523da1aa8ffbf2834ede5118f73d60</Sha>
304304
</Dependency>
305-
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="7.0.0-preview.25257.3">
305+
<Dependency Name="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="7.0.0-preview.25275.5">
306306
<Uri>https://github.com/dotnet/razor</Uri>
307307
<Sha>4c8bb4ff79523da1aa8ffbf2834ede5118f73d60</Sha>
308308
</Dependency>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@
175175
</PropertyGroup>
176176
<!-- Dependencies from https://github.com/dotnet/razor -->
177177
<PropertyGroup>
178-
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>7.0.0-preview.25257.3</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
179-
<MicrosoftCodeAnalysisRazorToolingInternalVersion>7.0.0-preview.25257.3</MicrosoftCodeAnalysisRazorToolingInternalVersion>
180-
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>7.0.0-preview.25257.3</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
178+
<MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>7.0.0-preview.25275.5</MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion>
179+
<MicrosoftCodeAnalysisRazorToolingInternalVersion>7.0.0-preview.25275.5</MicrosoftCodeAnalysisRazorToolingInternalVersion>
180+
<MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>7.0.0-preview.25275.5</MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion>
181181
</PropertyGroup>
182182
<PropertyGroup>
183183
<!-- Dependencies from https://github.com/dotnet/wpf -->

0 commit comments

Comments
 (0)