File tree Expand file tree Collapse file tree 6 files changed +11
-7
lines changed
Properties/PublishProfiles Expand file tree Collapse file tree 6 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66 <PublishProtocol>FileSystem</PublishProtocol>
77 <Platform>arm64</Platform>
88 <RuntimeIdentifier>win10-arm64</RuntimeIdentifier>
9- <PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
109 <SelfContained>true</SelfContained>
1110 <PublishSingleFile>False</PublishSingleFile>
1211 <PublishReadyToRun>True</PublishReadyToRun>
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66 <PublishProtocol>FileSystem</PublishProtocol>
77 <Platform>x64</Platform>
88 <RuntimeIdentifier>win10-x64</RuntimeIdentifier>
9- <PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
109 <SelfContained>true</SelfContained>
1110 <PublishSingleFile>False</PublishSingleFile>
1211 <PublishReadyToRun>True</PublishReadyToRun>
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66 <PublishProtocol>FileSystem</PublishProtocol>
77 <Platform>x86</Platform>
88 <RuntimeIdentifier>win10-x86</RuntimeIdentifier>
9- <PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
109 <SelfContained>true</SelfContained>
1110 <PublishSingleFile>False</PublishSingleFile>
1211 <PublishReadyToRun>True</PublishReadyToRun>
Original file line number Diff line number Diff line change 3434 <Target Name =" ForceProtoCodegenAndCompile" BeforeTargets =" XamlPreCompile" DependsOnTargets =" Protobuf_Compile" />
3535
3636 <ItemGroup >
37- <PackageReference Include =" Microsoft.Internal.MUXAppTestHelpers.WinUI" >
38- <Version >3.0.0-zmain.210615.2-CI </Version >
37+ <PackageReference Include =" Microsoft.Internal.MUXAppTestHelpers.WinUI" GeneratePathProperty = " true " >
38+ <Version >3.0.0-zmain.210930.1 </Version >
3939 <ExcludeAssets >runtime</ExcludeAssets >
4040 </PackageReference >
4141 <PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 1.3.5" />
4646 <PackageReference Include =" Grpc.AspNetCore" Version =" 2.38.0" />
4747 <PackageReference Include =" System.Text.Json" Version =" 5.0.2" />
4848 </ItemGroup >
49+ <ItemGroup >
50+ <Content Include =" $(PkgMicrosoft_Internal_MUXAppTestHelpers_WinUI)\content\AppTestAutomationHelpers\TestAutomationHelpersPanel.xaml" >
51+ <Link >AppTestAutomationHelpers\TestAutomationHelpersPanel.xaml</Link >
52+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
53+ <CopyToPublishDirectory >Always</CopyToPublishDirectory >
54+ </Content >
55+ </ItemGroup >
4956 <ItemGroup >
5057 <ProjectReference Include =" ..\..\CommunityToolkit.HighPerformance\CommunityToolkit.HighPerformance.csproj" >
5158 <Project >{7e30d48c-4cd8-47be-b557-10a20391dcc4}</Project >
Original file line number Diff line number Diff line change 2828 <PackageReference Include =" MSTest.TestFramework" Version =" 2.2.4-preview-20210331-02" />
2929 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.10.0" />
3030 <!-- Microsoft.UI.Xaml MSTest Extension -->
31- <PackageReference Include =" Microsoft.Internal.MUXTestInfra.MSTest" Version =" 3.0.0-zmain.210615.2-CI " />
31+ <PackageReference Include =" Microsoft.Internal.MUXTestInfra.MSTest" Version =" 3.0.0-zmain.210930.1 " />
3232 <!-- System packages -->
3333 <PackageReference Include =" System.Drawing.Primitives" Version =" 4.3.0" />
3434 <PackageReference Include =" System.Diagnostics.Process" Version =" 4.3.0" />
Original file line number Diff line number Diff line change 6868 <!-- System packages -->
6969 <PackageReference Include =" System.Text.Json" Version =" 5.0.2" />
7070 <!-- Microsoft.UI.Xaml TAEF Extensions -->
71- <PackageReference Include =" Microsoft.Internal.MUXTestInfra.TAEF" Version =" 3.0.0-zmain.210615.2-CI " />
71+ <PackageReference Include =" Microsoft.Internal.MUXTestInfra.TAEF" Version =" 3.0.0-zmain.210930.1 " />
7272 <PackageReference Include =" MUXCustomBuildTasks" Version =" 1.0.67" GeneratePathProperty =" true" />
7373 <PackageReference Include =" TAEF.Redist.Wlk" Version =" 10.57.200928001" GeneratePathProperty =" true" />
7474 <!-- GRPC/Protobuf -->
You can’t perform that action at this time.
0 commit comments