2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ variables:
5
5
- name : MinorVersion
6
6
value : 1
7
7
- name : PatchVersion
8
- value : 2
8
+ value : 3
9
9
- name : WinRT.Runtime.AssemblyVersion
10
10
value : ' 2.1.0.0'
11
11
- name : Net5.SDK.Feed
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Copyright (C) Microsoft Corporation. All rights reserved.
16
16
<AllowUnsafeBlocks Condition =" $(CsWinRTEnabled)" >true</AllowUnsafeBlocks >
17
17
<!-- Making sure ResolveAssemblyReferences runs before CoreCompile runs as we have seen it not run in WPF scenarios
18
18
causing for our targeting pack to not get included or conflicts to be resolved. -->
19
- <CoreCompileDependsOn >CsWinRTIncludeProjection;CsWinRTRemoveWinMDReferences;$(CoreCompileDependsOn);ResolveAssemblyReferences </CoreCompileDependsOn >
19
+ <CoreCompileDependsOn >ResolveAssemblyReferences; CsWinRTIncludeProjection;CsWinRTRemoveWinMDReferences;$(CoreCompileDependsOn)</CoreCompileDependsOn >
20
20
<TrackFileAccess Condition =" '$(CsWinRTComponent)' != 'true'" >false</TrackFileAccess >
21
21
<CsWinRTAotOptimizerEnabled Condition =" '$(CsWinRTAotOptimizerEnabled)' == '' and $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 6" >true</CsWinRTAotOptimizerEnabled >
22
22
<CsWinRTAotOptimizerEnabled Condition =" '$(CsWinRTAotOptimizerEnabled)' != 'true'" >false</CsWinRTAotOptimizerEnabled >
0 commit comments