Skip to content

Commit 5deb76c

Browse files
committed
Added net9.0 tfm.
1 parent f6b8da7 commit 5deb76c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

FSharp.FlashCap/FSharp.FlashCap.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net48;netstandard2.0;netstandard2.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
4+
<TargetFrameworks>net48;netstandard2.0;netstandard2.1;net5.0;net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
55
<IsPackable>true</IsPackable>
66
</PropertyGroup>
77

FlashCap.Core/FlashCap.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net35;net40;net45;net461;net48;netstandard1.3;netstandard2.0;netstandard2.1;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2;netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
4+
<TargetFrameworks>net35;net40;net45;net461;net48;netstandard1.3;netstandard2.0;netstandard2.1;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2;netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
55
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
66
<NoWarn>$(NoWarn);CS0649</NoWarn>
77
<IsPackable>true</IsPackable>

FlashCap/FlashCap.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net35;net40;net45;net461;net48;netstandard1.3;netstandard2.0;netstandard2.1;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2;netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
4+
<TargetFrameworks>net35;net40;net45;net461;net48;netstandard1.3;netstandard2.0;netstandard2.1;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2;netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
55
<NoWarn>$(NoWarn);CS0649</NoWarn>
66
<IsPackable>true</IsPackable>
77
</PropertyGroup>

samples/FlashCap.OneShot/FlashCap.OneShot.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>net48;net6.0</TargetFrameworks>
5+
<TargetFrameworks>net48;net8.0</TargetFrameworks>
66
<LangVersion>latest</LangVersion>
77
<Nullable>Enable</Nullable>
88
</PropertyGroup>

samples/FlashCap.WindowsForms/FlashCap.WindowsForms.csproj

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

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFrameworks>net48;netcoreapp3.1;net5.0-windows;net6.0-windows</TargetFrameworks>
6-
<!--<TargetFrameworks>net35;net48;netcoreapp3.1;net5.0-windows;net6.0-windows</TargetFrameworks>-->
5+
<TargetFrameworks>net48;net8.0-windows</TargetFrameworks>
6+
<!--<TargetFrameworks>net35;net48;net8.0-windows</TargetFrameworks>-->
77
<Nullable>disable</Nullable> <!-- Because this source code commonly both latest .NET and mono. -->
88
<UseWindowsForms>true</UseWindowsForms>
99
<EnableWindowsTargeting>true</EnableWindowsTargeting>

0 commit comments

Comments
 (0)