Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit ca4f4a5

Browse files
Jan Jahodammitchedotnet-botJan Jahoda
authored
Update branding to 2.1.26 (#28137)
* Feed update * Update branding to 2.1.26 Co-authored-by: Matt Mitchell <[email protected]> Co-authored-by: dotnet-bot <[email protected]> Co-authored-by: Jan Jahoda <[email protected]>
1 parent c6fcb1d commit ca4f4a5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dependencies.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<RestoreSources Condition="'$(DotNetBuildOffline)' != 'true'">
66
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
77
https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json;
8-
https://api.nuget.org/v3/index.json;
8+
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json;
99
$(RestoreSources)
1010
</RestoreSources>
1111
</PropertyGroup>
1212

1313
<PropertyGroup>
1414
<!-- Central place to set the versions of all nuget packages produced in the repo -->
15-
<PackageVersion Condition="'$(PackageVersion)' == ''">2.1.25</PackageVersion>
15+
<PackageVersion Condition="'$(PackageVersion)' == ''">2.1.26</PackageVersion>
1616

1717
<!-- Set the boolean below to true to generate packages with stabilized versions -->
1818
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>

tests/src/NuGet.Config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<clear/>
88
<add key="myget.org dotnet-core" value="https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json" />
99
<add key="nuget-build" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/nuget-build/nuget/v3/index.json" />
10-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
10+
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" protocolVersion="3" />
1111
</packageSources>
1212
<activePackageSource>
1313
<add key="All" value="(Aggregate source)" />

tests/src/sizeondisk/sodbench/SoDBench.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class Program
155155
@"<?xml version='1.0' encoding='utf-8'?>
156156
<configuration>
157157
<packageSources>
158-
<add key='nuget.org' value='https://api.nuget.org/v3/index.json' protocolVersion='3' />
158+
<add key='dotnet-public' value='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json' protocolVersion='3' />
159159
<add key='myget.org/dotnet-core' value='https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json' protocolVersion='3' />
160160
<add key='myget.org/aspnet-core' value='https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json' protocolVersion='3' />
161161
</packageSources>

0 commit comments

Comments
 (0)