Skip to content

Commit 0222b5a

Browse files
committed
Add package references to WinUI3Crash.csproj
Added a new `ItemGroup` to the `WinUI3Crash.csproj` file with the following package references: - `Microsoft.Windows.CsWinRT` (v2.2.0) - `Microsoft.Windows.SDK.BuildTools` (v10.0.26100.7175) - `Microsoft.WindowsAppSDK` (v1.8.251106002) These updates introduce or update dependencies to enable new features and ensure compatibility with the latest tools and libraries.
1 parent d0fd550 commit 0222b5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WinUI3Crash.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<ProjectCapability Include="Msix" />
3838
</ItemGroup>
3939
<ItemGroup>
40+
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0" />
4041
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.7175" />
4142
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.8.251106002" />
4243
</ItemGroup>

0 commit comments

Comments
 (0)