Skip to content

Commit

Permalink
updated target framework for build script fsproj to net 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Apr 11, 2024
1 parent 4f54b5d commit 29117ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-script/build-script.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>build_script</RootNamespace>
<WarnOn>3390;$(WarnOn)</WarnOn>
<NoWarn>0020</NoWarn>
Expand Down

0 comments on commit 29117ae

Please sign in to comment.