Skip to content

Commit bfb2551

Browse files
authored
Merge branch 'release/2.1' => 'release/2.2' (#13873)
2 parents de52994 + 82cb080 commit bfb2551

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/sources.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
</RestoreSources>
1616
<RestoreSources Condition=" '$(DotNetBuildOffline)' != 'true' AND '$(DisableMyGetRestoreSources)' != 'true' ">
1717
$(RestoreSources);
18-
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
1918
https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
2019
https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
2120
https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json;
2221
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;
22+
https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json;
23+
https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json;
2524
</RestoreSources>
2625

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

src/DataProtection/AzureStorage/test/Microsoft.AspNetCore.DataProtection.AzureStorage.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netcoreapp2.2;net461</TargetFrameworks>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
6+
<UseLatestPackageReferences>true</UseLatestPackageReferences>
67
</PropertyGroup>
78

89
<ItemGroup>

0 commit comments

Comments
 (0)