File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public void GetItems_ReturnsAllItems()
1717
1818 Thread ? thread = new Thread ( ( ) =>
1919 {
20- Microsoft . Windows . ApplicationModel . DynamicDependency . Bootstrap . Initialize ( 0x00010004 ) ;
20+ Microsoft . Windows . ApplicationModel . DynamicDependency . Bootstrap . Initialize ( 0x00010005 ) ;
2121
2222 string ? priFile = Path . Combine ( AppContext . BaseDirectory , "resources.pri" ) ;
2323 PriResourceReaderFactory ? factory = new ( ) ;
Original file line number Diff line number Diff line change 1212 <ItemGroup >
1313 <PackageReference Include =" FluentAssertions" Version =" 6.9.0" />
1414 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1" />
15- <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.4.230822000 " />
15+ <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.5.240404000 " />
1616 <PackageReference Include =" Moq" Version =" 4.18.4" />
1717 <PackageReference Include =" xunit" Version =" 2.4.2" />
1818 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" >
You can’t perform that action at this time.
0 commit comments