File tree Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,11 @@ trigger:
3
3
branches :
4
4
include :
5
5
- master
6
+ - experimental/*
6
7
7
8
pr :
8
9
- master
10
+ - experimental/*
9
11
10
12
name : $(Date:yyyyMMdd)$(Rev:.r)
11
13
Original file line number Diff line number Diff line change 117
117
<Uri >https://github.com/dotnet/coreclr</Uri >
118
118
<Sha >a9f3fc16483eecfc47fb79c362811d870be02249</Sha >
119
119
</Dependency >
120
- <Dependency Name =" Microsoft.Private.Winforms" Version =" 5.0.0-preview.1.20110.4 " CoherentParentDependency =" Microsoft.DotNet.Wpf.DncEng " >
120
+ <Dependency Name =" Microsoft.Private.Winforms" Version =" 5.0.0-preview.1.20108.1 " CoherentParentDependency =" Microsoft.DotNet.Wpf.GitHub " >
121
121
<Uri >https://github.com/dotnet/winforms</Uri >
122
122
<Sha >8818624e86a7aa64dbcd06fe78e406fa8caf008a</Sha >
123
123
</Dependency >
124
- <Dependency Name =" Microsoft.DotNet.Wpf.GitHub" Version =" 5.0.0-preview.1.20110.16 " CoherentParentDependency = " Microsoft.DotNet.Wpf.DncEng " >
124
+ <Dependency Name =" Microsoft.DotNet.Wpf.GitHub" Version =" 5.0.0-preview.1.20111.9 " >
125
125
<Uri >https://github.com/dotnet/wpf</Uri >
126
- <Sha >4032e7e163d8d1b3b3f446688d2d11edd864c33f</Sha >
127
- </Dependency >
128
- <Dependency Name =" Microsoft.DotNet.Wpf.DncEng" Version =" 5.0.0-preview.1.20111.7" >
129
- <Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int</Uri >
130
- <Sha >3820ef430e9ced4cd027786b073271770946254c</Sha >
126
+ <Sha >50d2d8b79705def3c236021e93c510ad00d5a900</Sha >
131
127
</Dependency >
132
128
<Dependency Name =" Microsoft.NETCore.App.Ref" Version =" 5.0.0-alpha1.19514.1" CoherentParentDependency =" Microsoft.Private.Winforms" >
133
129
<Uri >https://github.com/dotnet/core-setup</Uri >
Original file line number Diff line number Diff line change 84
84
<!-- winforms -->
85
85
<MicrosoftPrivateWinformsVersion >5.0.0-preview.1.20110.4</MicrosoftPrivateWinformsVersion >
86
86
<!-- wpf -->
87
- <MicrosoftDotNetWpfGitHubVersion >5.0.0-preview.1.20110.16</MicrosoftDotNetWpfGitHubVersion >
88
- <!-- wpf-int -->
89
- <MicrosoftDotNetWpfDncEngVersion >5.0.0-preview.1.20111.7</MicrosoftDotNetWpfDncEngVersion >
87
+ <MicrosoftDotNetWpfGitHubVersion >5.0.0-preview.1.20111.9</MicrosoftDotNetWpfGitHubVersion >
90
88
<!-- Not auto-updated. -->
91
89
<MicrosoftBuildVersion >15.7.179</MicrosoftBuildVersion >
92
90
<MicrosoftBuildFrameworkVersion >$(MicrosoftBuildVersion)</MicrosoftBuildFrameworkVersion >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<ItemGroup >
4
- <PackageReference Include =" Microsoft.DotNet.Wpf.DncEng" Version =" $(MicrosoftDotNetWpfDncEngVersion)" />
5
4
<PackageReference Include =" Microsoft.DotNet.Wpf.GitHub" Version =" $(MicrosoftDotNetWpfGitHubVersion)" />
6
5
<PackageReference Include =" Microsoft.Private.Winforms" Version =" $(MicrosoftPrivateWinformsVersion)" />
7
6
You can’t perform that action at this time.
0 commit comments