Skip to content

Commit

Permalink
update fsproj
Browse files Browse the repository at this point in the history
  • Loading branch information
wraikny committed Nov 19, 2023
1 parent c13628d commit 450eb37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EffFs/EffFs.fsproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0; netstandard2.1; net5.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0; netstandard2.1</TargetFrameworks>
<Authors>wraikny</Authors>
<Description>F# Effect System based on SRTP</Description>
<PackageProjectUrl>https://github.com/wraikny/EffFs</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>Copyright (c) 2020 - 2021 wraikny</Copyright>
<Copyright>Copyright (c) 2020 - 2023 wraikny</Copyright>
<RepositoryType>git</RepositoryType>
<PackageTags>fsharp effectsystem di dependencyinjection</PackageTags>
</PropertyGroup>
Expand Down

0 comments on commit 450eb37

Please sign in to comment.