File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Default.Blank/wts.ProjectName
SC/StyleCop/Param_ProjectName Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 99 <RuntimeIdentifiers >win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers >
1010 </PropertyGroup >
1111
12+ <!-- Workaround for https://github.com/dotnet/sdk/issues/17890 -->
13+ <PropertyGroup >
14+ <NoWarn >CA1416, $(NoWarn)</NoWarn >
15+ </PropertyGroup >
16+
1217 <ItemGroup >
1318 <Manifest Include =" $(ApplicationManifest)" />
1419 </ItemGroup >
Original file line number Diff line number Diff line change 99 <RuntimeIdentifiers >win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers >
1010 </PropertyGroup >
1111
12+ <!-- Workaround for https://github.com/dotnet/sdk/issues/17890 -->
13+ <PropertyGroup >
14+ <NoWarn >CA1416, $(NoWarn)</NoWarn >
15+ </PropertyGroup >
16+
1217 <ItemGroup >
1318 <Manifest Include =" $(ApplicationManifest)" />
1419 </ItemGroup >
Original file line number Diff line number Diff line change 33 <TargetFramework >net5.0-windows10.0.19041.0</TargetFramework >
44 </PropertyGroup >
55<!-- {[{-->
6- <PropertyGroup Condition = " '$(Configuration)|$(Platform)'=='Debug|x86' " >
6+ <PropertyGroup >
77 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
8- <NoWarn >1701;1702;CA1416</NoWarn >
98 </PropertyGroup >
109<!-- }]}-->
1110</Project >
You can’t perform that action at this time.
0 commit comments