File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 35
35
$process = New-Object System.Diagnostics.Process
36
36
$process.StartInfo = $startInfo
37
37
$process.Start()
38
- $process.WaitForExit()
38
+ $process.WaitForExit()
39
39
40
40
- name : Checkout
41
41
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net5.0-windows10.0.19041 .0;net6.0-windows10.0.19041 .0</TargetFrameworks >
3
+ <TargetFrameworks >net5.0-windows10.0.17763 .0;net6.0-windows10.0.17763 .0</TargetFrameworks >
4
4
<PackageDescription >Contains the ReactiveUI platform specific extensions for WinUI Desktop</PackageDescription >
5
5
<RootNamespace >ReactiveUI.WinUI.Desktop</RootNamespace >
6
- <RuntimeIdentifiers >win10-x86;win10-x64</RuntimeIdentifiers >
7
6
<DefineConstants >HAS_WINUI</DefineConstants >
8
7
<PackageTags >mvvm;reactiveui;rx;reactive extensions;observable;LINQ;events;winui</PackageTags >
9
8
<UseWinUI >true</UseWinUI >
10
9
<LangVersion >preview</LangVersion >
11
10
</PropertyGroup >
12
11
13
12
<ItemGroup >
14
- <PackageReference Include =" Microsoft.ProjectReunion " Version =" 0.8.5 " />
13
+ <PackageReference Include =" Microsoft.WindowsAppSDK " Version =" 1.0.0-preview3 " />
15
14
</ItemGroup >
16
15
16
+ <!-- Workaround for https://github.com/microsoft/WindowsAppSDK/issues/1217 -->
17
+ <Target Name =" FixReferenceCopyLocalPaths" BeforeTargets =" ResolvePackageAssets" >
18
+ <ItemGroup >
19
+ <ReferenceCopyLocalPaths Remove =" $(PkgMicrosoft_WindowsAppSDK)\build\..\runtimes\lib\native\AnyCPU\Microsoft.WindowsAppRuntime.Bootstrap.dll" />
20
+ </ItemGroup >
21
+ </Target >
22
+
17
23
<ItemGroup >
18
24
<ProjectReference Include =" ..\ReactiveUI\ReactiveUI.csproj" />
19
25
</ItemGroup >
You can’t perform that action at this time.
0 commit comments