Skip to content

Commit 6c89f58

Browse files
committed
Suppress WFO1000 in ReciPro.csproj for .NET 10 CI compatibility
1 parent 811c89d commit 6c89f58

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ReciPro/ReciPro.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net10.0-windows10.0.26100.0</TargetFramework>
5+
<TargetFramework>net10.0-windows</TargetFramework>
66
<UseWindowsForms>true</UseWindowsForms>
7-
<AssemblyVersion>2026.4.5.0352</AssemblyVersion>
8-
<FileVersion>2026.4.5.0352</FileVersion>
7+
<AssemblyVersion>2026.4.5.0622</AssemblyVersion>
8+
<FileVersion>2026.4.5.0622</FileVersion>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1010
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1111
<ApplicationIcon>App.ico</ApplicationIcon>
@@ -27,7 +27,7 @@
2727
<TieredCompilation>true</TieredCompilation>
2828
<TieredPGO>true</TieredPGO>
2929
<!-- <NoWarn>$(NoWarn);SYSLIB0051</NoWarn> -->
30-
<NoWarn>$(NoWarn);SYSLIB0051</NoWarn><!-- (260404Ch) Typed DataSet generated serialization code emits obsolete formatter warnings on net10. -->
30+
<NoWarn>$(NoWarn);SYSLIB0051;WFO1000</NoWarn><!-- (260404Ch) SYSLIB0051: Typed DataSet serialization; (260405Cl) WFO1000: DesignerSerializationVisibility on net10 -->
3131
<!-- 260402Cl 追加: ServerGC + DATAS無効化 (ベンチマーク比較用) -->
3232
<ServerGarbageCollection>true</ServerGarbageCollection>
3333
<Platforms>x64</Platforms>

0 commit comments

Comments
 (0)