Skip to content

Commit 610f945

Browse files
Tratcherjkotalik
authored andcommitted
update feeds and patch config
1 parent 82e1fef commit 610f945

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

build/sources.props

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
</RestoreSources>
1616
<RestoreSources Condition=" '$(DotNetBuildOffline)' != 'true' AND '$(DisableMyGetRestoreSources)' != 'true' ">
1717
$(RestoreSources);
18-
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
19-
https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
2018
https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
2119
https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json;
2220
https://dotnet.myget.org/F/roslyn/api/v3/index.json;
23-
https://vside.myget.org/F/vssdk/api/v3/index.json;
24-
https://vside.myget.org/F/vsmac/api/v3/index.json;
21+
https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json;
22+
https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json;
2523
</RestoreSources>
2624

2725
<PublicCoreFeedPrefix>https://dotnetcli.blob.core.windows.net/dotnet/</PublicCoreFeedPrefix>

eng/PatchConfig.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,9 @@ Later on, this will be checked using this condition:
7878
Microsoft.AspNetCore.Hosting;
7979
</PackagesInPatch>
8080
</PropertyGroup>
81+
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.8' ">
82+
<PackagesInPatch>
83+
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore;
84+
</PackagesInPatch>
85+
</PropertyGroup>
8186
</Project>

0 commit comments

Comments
 (0)