File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
MultiTarget/PackageReferences Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1717
1818env :
1919 DOTNET_VERSION : ${{ '9.0.x' }}
20+ DOTNET_INSTALL_DIR : dotnet-install
21+ DOTNET_ROOT : dotnet-install
2022 ENABLE_DIAGNOSTICS : false
2123 # COREHOST_TRACE: 1
2224 COREHOST_TRACEFILE : corehosttrace.log
Original file line number Diff line number Diff line change 1717 <Copyright >(c) .NET Foundation and Contributors. All rights reserved.</Copyright >
1818 <PackageProjectUrl >https://github.com/CommunityToolkit/Tooling-Windows-Submodule</PackageProjectUrl >
1919 <PackageReleaseNotes >https://github.com/CommunityToolkit/Tooling-Windows-Submodule/releases</PackageReleaseNotes >
20- <!-- TODO: Remove when closing https://github.com/CommunityToolkit/Labs-Windows/issues/256 -->
21- <NoWarn >$(NoWarn);NU1505;NU1504</NoWarn >
20+
21+ <!-- See https://github.com/CommunityToolkit/Labs-Windows/pull/605#issuecomment-2498743676 -->
22+ <WarningsNotAsErrors >NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors >
2223 </PropertyGroup >
2324
2425 <PropertyGroup >
Original file line number Diff line number Diff line change 11<Project >
22 <ItemGroup >
3- <PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.WindowsAppSDK" Version =" 1.6.240923002" />
3+ <PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.WindowsAppSDK" Version =" 1.6.241114003" />
4+ <PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.Windows.CsWinRt" Version =" 2.1.6" PrivateAssets =" all" />
45 <PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.Web.WebView2" Version =" 1.0.2903.40" PrivateAssets =" all" />
56 </ItemGroup >
67</Project >
Original file line number Diff line number Diff line change 1- <!-- Nuget package dependencies for all deployable UWP project heads -->
1+ <!-- Nuget package dependencies for all deployable WASDK project heads -->
22<!-- Due to the quirks of non-sdk style projects, we cannot create a unified Dependencies.props for deployable head. -->
33<Project >
44 <ItemGroup >
You can’t perform that action at this time.
0 commit comments