We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8082bc commit 15a468cCopy full SHA for 15a468c
src/DependencyManager.FsProj/DependencyManager.FsProj.fsproj
@@ -3,6 +3,7 @@
3
<PropertyGroup>
4
<PackageId>depman-fsproj</PackageId>
5
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
6
+ <RollForward>LatestMajor</RollForward>
7
<OutputType>Exe</OutputType>
8
<PackAsTool>true</PackAsTool>
9
<ToolCommandName>depman-fsproj</ToolCommandName>
0 commit comments