File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
- <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1
+ <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
2
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '15.0'">
3
3
<VisualStudioVersion>15.0</VisualStudioVersion>
4
4
</PropertyGroup>
32
32
<WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath>
33
33
<PathToXAMLWinRTImplementations>UITests.App\</PathToXAMLWinRTImplementations>
34
34
<AppxBundlePlatforms>$(Platform)</AppxBundlePlatforms>
35
- <AssetTargetFallback>net5.0-windows10.0.19041;$(AssetTargetFallback)</AssetTargetFallback>
36
35
</PropertyGroup>
37
36
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
38
37
<PropertyGroup>
39
38
<ProjectGuid>02215818-3d33-439e-843e-f1ec53d5a1bd</ProjectGuid>
40
39
<TargetPlatformRevision>19041</TargetPlatformRevision>
41
40
<TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
42
41
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
42
+ <AssetTargetFallback>net5.0-windows$(TargetPlatformVersion);$(AssetTargetFallback)</AssetTargetFallback>
43
43
<DefaultLanguage>en-US</DefaultLanguage>
44
44
<AppxPackageSigningEnabled>true</AppxPackageSigningEnabled>
45
45
<EntryPointProjectUniqueName>..\UITests.App\UITests.App.csproj</EntryPointProjectUniqueName>
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >WinExe</OutputType >
35
35
<ItemGroup >
36
36
<PackageReference Include =" Microsoft.Internal.MUXAppTestHelpers.WinUI" >
37
37
<Version >3.0.0-zmain.210407.3-CI</Version >
38
+ <ExcludeAssets >runtime</ExcludeAssets >
38
39
</PackageReference >
39
- <PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 1.2.6 " />
40
+ <PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 1.3.0 " />
40
41
<PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 5.0.0" />
41
- <PackageReference Include =" Grpc" Version =" 2.36.4 " />
42
- <PackageReference Include =" Google.Protobuf" Version =" 3.15.7 " />
43
- <PackageReference Include =" Grpc.Tools" Version =" 2.36.4 " PrivateAssets =" All" />
44
- <PackageReference Include =" Grpc.AspNetCore" Version =" 2.36 .0" />
42
+ <PackageReference Include =" Grpc" Version =" 2.38.1 " />
43
+ <PackageReference Include =" Google.Protobuf" Version =" 3.17.3 " />
44
+ <PackageReference Include =" Grpc.Tools" Version =" 2.38.1 " PrivateAssets =" All" />
45
+ <PackageReference Include =" Grpc.AspNetCore" Version =" 2.38 .0" />
45
46
</ItemGroup >
46
47
<ItemGroup >
47
48
<ProjectReference Include =" ..\..\CommunityToolkit.HighPerformance\CommunityToolkit.HighPerformance.csproj" >
Original file line number Diff line number Diff line change 11
11
</PropertyGroup >
12
12
<ItemGroup Condition =" '$(IsWinUIProject)' == 'true' or '$(IsDesignProject)' == 'true' or '$(IsSampleProject)' == 'true' or '$(IsTestProject)' == 'true'" >
13
13
<PackageReference Include =" Microsoft.ProjectReunion" Version =" $(MicrosoftProjectReunionVersion)" />
14
- <FrameworkReference Update =" Microsoft.Windows.SDK.NET.Ref" RuntimeFrameworkVersion =" 10.0.$(TargetPlatformRevision).17 " />
15
- <FrameworkReference Update =" Microsoft.Windows.SDK.NET.Ref" TargetingPackVersion =" 10.0.$(TargetPlatformRevision).17 " />
14
+ <FrameworkReference Update =" Microsoft.Windows.SDK.NET.Ref" RuntimeFrameworkVersion =" 10.0.$(TargetPlatformRevision).18 " />
15
+ <FrameworkReference Update =" Microsoft.Windows.SDK.NET.Ref" TargetingPackVersion =" 10.0.$(TargetPlatformRevision).18 " />
16
16
</ItemGroup >
17
17
</When >
18
18
</Choose >
Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ Task("MSTestUITest")
343
343
Task ( "Default" )
344
344
. IsDependentOn ( "Build" )
345
345
//.IsDependentOn("Test")
346
- // .IsDependentOn("UITest")
346
+ . IsDependentOn ( "UITest" )
347
347
. IsDependentOn ( "Package" ) ;
348
348
349
349
Task ( "UpdateHeaders" )
You can’t perform that action at this time.
0 commit comments