File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1717
1818env :
1919 DOTNET_VERSION : ${{ '8.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 >
You can’t perform that action at this time.
0 commit comments