File tree 2 files changed +3
-3
lines changed
src/DataProtection/AzureStorage/test 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
</RestoreSources >
16
16
<RestoreSources Condition =" '$(DotNetBuildOffline)' != 'true' AND '$(DisableMyGetRestoreSources)' != 'true' " >
17
17
$(RestoreSources);
18
- https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
19
18
https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
20
19
https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
21
20
https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json;
22
21
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;
25
24
</RestoreSources >
26
25
27
26
<PublicCoreFeedPrefix >https://dotnetcli.blob.core.windows.net/dotnet/</PublicCoreFeedPrefix >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFrameworks >netcoreapp2.2;net461</TargetFrameworks >
5
5
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
6
+ <UseLatestPackageReferences >true</UseLatestPackageReferences >
6
7
</PropertyGroup >
7
8
8
9
<ItemGroup >
You can’t perform that action at this time.
0 commit comments