Skip to content

Commit 708153e

Browse files
committed
Remove SupportedOSPlatformVersion=7.0 to fix NU1201 on CI
1 parent 6c89f58 commit 708153e

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

Crystallography.Controls/Crystallography.Controls.csproj

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

33
<PropertyGroup>
44
<OutputType>Library</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.0612</AssemblyVersion>
8+
<FileVersion>2026.4.5.0612</FileVersion>
99
<ApplicationHighDpiMode>PerMonitorV2</ApplicationHighDpiMode>
1010
<ApplicationUseCompatibleTextRendering>true</ApplicationUseCompatibleTextRendering>
1111
<ApplicationVisualStyles>true</ApplicationVisualStyles>
12-
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
12+
<!-- <SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion> --><!-- 260405Cl .NET 10はWindows7非対応のため削除 -->
1313
<Platforms>x64</Platforms>
1414
<!--
1515
<TieredCompilation>false</TieredCompilation>

Crystallography.OpenGL/Crystallography.OpenGL.csproj

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

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net10.0-windows10.0.26100.0</TargetFramework>
5+
<TargetFramework>net10.0-windows</TargetFramework>
66
<UseWindowsForms>true</UseWindowsForms>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8-
<AssemblyVersion>2026.4.5.0352</AssemblyVersion>
9-
<FileVersion>2026.4.5.0352</FileVersion>
10-
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
8+
<AssemblyVersion>2026.4.5.0610</AssemblyVersion>
9+
<FileVersion>2026.4.5.0610</FileVersion>
10+
<!-- <SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion> --><!-- 260405Cl .NET 10はWindows7非対応のため削除 -->
1111
<Platforms>x64</Platforms>
1212
<!--
1313
<TieredCompilation>false</TieredCompilation>

Crystallography/Crystallography.csproj

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

33
<PropertyGroup>
44
<OutputType>Library</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>
9-
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
7+
<AssemblyVersion>2026.4.5.0612</AssemblyVersion>
8+
<FileVersion>2026.4.5.0612</FileVersion>
9+
<!-- <SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion> --><!-- 260405Cl .NET 10はWindows7非対応のため削除 -->
1010
<Platforms>x64</Platforms>
1111
<PublishReadyToRun>true</PublishReadyToRun>
1212
<OptimizationPreference>Speed</OptimizationPreference>

ReciPro/ReciPro.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<ApplicationHighDpiMode>PerMonitorV2</ApplicationHighDpiMode>
1818
<ApplicationUseCompatibleTextRendering>true</ApplicationUseCompatibleTextRendering>
1919
<ApplicationVisualStyles>true</ApplicationVisualStyles>
20-
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
20+
<!-- <SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion> --><!-- 260405Cl .NET 10はWindows7非対応のため削除。CI TFMミスマッチ(NU1201)の原因 -->
2121
<!--
2222
<TieredCompilation>false</TieredCompilation>
2323
<TieredCompilationQuickJit>false</TieredCompilationQuickJit>

0 commit comments

Comments
 (0)