Skip to content

Commit 698ed95

Browse files
committed
Add nuget localization to the dependency flow
1 parent 9482bbd commit 698ed95

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

NuGet.config

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
<add key="darc-int-dotnet-templating-d6969ba-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-templating-d6969bae-1/nuget/v3/index.json" />
2121
<!-- End: Package sources from dotnet-templating -->
2222
<!-- Begin: Package sources from dotnet-windowsdesktop -->
23-
<add key="darc-int-dotnet-windowsdesktop-c4a33f2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-c4a33f22/nuget/v3/index.json" />
24-
<add key="darc-int-dotnet-windowsdesktop-c4a33f2-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-c4a33f22-2/nuget/v3/index.json" />
25-
<add key="darc-int-dotnet-windowsdesktop-c4a33f2-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-c4a33f22-1/nuget/v3/index.json" />
2623
<!-- End: Package sources from dotnet-windowsdesktop -->
2724
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2825
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
@@ -49,14 +46,8 @@
4946
<!-- Begin: Package sources from dotnet-aspnetcore -->
5047
<!-- End: Package sources from dotnet-aspnetcore -->
5148
<!-- Begin: Package sources from dotnet-runtime -->
52-
<add key="darc-int-dotnet-runtime-34a1091-1" value="true" />
53-
<add key="darc-int-dotnet-runtime-34a1091-2" value="true" />
54-
<add key="darc-int-dotnet-runtime-34a1091" value="true" />
5549
<!-- End: Package sources from dotnet-runtime -->
5650
<!-- Begin: Package sources from dotnet-windowsdesktop -->
57-
<add key="darc-int-dotnet-windowsdesktop-c4a33f2-1" value="true" />
58-
<add key="darc-int-dotnet-windowsdesktop-c4a33f2-2" value="true" />
59-
<add key="darc-int-dotnet-windowsdesktop-c4a33f2" value="true" />
6051
<!-- End: Package sources from dotnet-windowsdesktop -->
6152
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
6253
</disabledPackageSources>

eng/Version.Details.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@
129129
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/NuGet-NuGet.Client-Trusted</Uri>
130130
<Sha>5e444458a8c4a2dac9806fc1d387b7f157669540</Sha>
131131
</Dependency>
132+
<Dependency Name="NuGet.Localization" Version="6.0.6-rc.4">
133+
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/NuGet-NuGet.Client-Trusted</Uri>
134+
<Sha>451e9bc27184dc49d04e975122c9e7189d525872</Sha>
135+
</Dependency>
132136
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.3.3-release-20230405-02">
133137
<Uri>https://github.com/microsoft/vstest</Uri>
134138
<Sha>6e76d580fcc69954441344175bd1b0ab2e432026</Sha>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<!-- Dependencies from https://github.com/nuget/nuget.client -->
5858
<NuGetBuildTasksPackageVersion>6.3.4-rc.2</NuGetBuildTasksPackageVersion>
5959
<NuGetBuildTasksConsolePackageVersion>$(NuGetBuildTasksPackageVersion)</NuGetBuildTasksConsolePackageVersion>
60-
<NuGetLocalizationPackageVersion>6.0.0</NuGetLocalizationPackageVersion>
60+
<NuGetLocalizationPackageVersion>6.0.6-rc.4</NuGetLocalizationPackageVersion>
6161
<NuGetBuildTasksPackPackageVersion>$(NuGetBuildTasksPackageVersion)</NuGetBuildTasksPackPackageVersion>
6262
<NuGetCommandLineXPlatPackageVersion>$(NuGetBuildTasksPackageVersion)</NuGetCommandLineXPlatPackageVersion>
6363
<NuGetProjectModelPackageVersion>$(NuGetBuildTasksPackageVersion)</NuGetProjectModelPackageVersion>

0 commit comments

Comments
 (0)