File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 4
4
<packageSources >
5
5
<clear />
6
6
<add key =" myget-legacy" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />
7
- <add key =" dotnet-core" value =" https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
8
7
<add key =" dotnet-tools" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
9
8
<add key =" dotnet3.1" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json" />
10
9
<add key =" dotnet3.1-transport" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json" />
11
- <add key =" nuget.org " value =" https://api.nuget.org /v3/index.json" />
10
+ <add key =" dotnet-public " value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget /v3/index.json" />
12
11
<add key =" dotnet-eng" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
13
12
<add key =" dotnet-wd" value =" https://dotnetfeed.blob.core.windows.net/dotnet-windowsdesktop/index.json" />
14
13
</packageSources >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Dependencies >
3
3
<ProductDependencies >
4
- <Dependency Name =" Microsoft.Private.Winforms" Version =" 4.8.1-servicing.21064.4 " >
5
- <Uri >https://github. com/dotnet/ winforms</Uri >
6
- <Sha >77b8f5e591e4e29951113504738ee1298d180367 </Sha >
4
+ <Dependency Name =" Microsoft.Private.Winforms" Version =" 4.8.1-servicing.21111.5 " >
5
+ <Uri >https://dev.azure. com/dnceng/internal/_git/dotnet- winforms</Uri >
6
+ <Sha >14b57cf8257c5b70f904d7cd39038eb024656ae6 </Sha >
7
7
</Dependency >
8
8
</ProductDependencies >
9
9
<ToolsetDependencies >
Original file line number Diff line number Diff line change 18
18
</PropertyGroup >
19
19
<!-- NuGet Package Versions -->
20
20
<PropertyGroup >
21
- <MicrosoftPrivateWinformsVersion >4.8.1-servicing.21064.4 </MicrosoftPrivateWinformsVersion >
21
+ <MicrosoftPrivateWinformsVersion >4.8.1-servicing.21111.5 </MicrosoftPrivateWinformsVersion >
22
22
</PropertyGroup >
23
23
<!-- Packages that come from https://github.com/dotnet/coreclr -->
24
24
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments