Skip to content

Commit

Permalink
Build for net6.0 + netstandard2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkbeforecoding committed Aug 1, 2023
1 parent f2eb813 commit 8d0d217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fargo/Fargo.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<Description>A functional argument parser with built in completion.</Description>
<PackageId>Fargo.CmdLine</PackageId>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit 8d0d217

Please sign in to comment.