Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 8d0d217

Browse files
Build for net6.0 + netstandard2.0
1 parent f2eb813 commit 8d0d217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fargo/Fargo.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
4+
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
55
<Description>A functional argument parser with built in completion.</Description>
66
<PackageId>Fargo.CmdLine</PackageId>
77
<PublishRepositoryUrl>true</PublishRepositoryUrl>

0 commit comments

Comments
 (0)