Skip to content

Commit

Permalink
targets
Browse files Browse the repository at this point in the history
  • Loading branch information
2A5F committed Nov 28, 2023
1 parent 98b08f4 commit df99d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sera.Union.Utilities/Sera.Union.Utilities.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net7.0</TargetFrameworks>
<TargetFrameworks>net7.0;netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<AssemblyName>Sera.Union.Utilities</AssemblyName>
<RootNamespace>Sera.TaggedUnion.Utilities</RootNamespace>
<Version>0.5.0</Version>
<Version>0.5.1</Version>
<Description>Tagged union for c#</Description>
<PackageProjectUrl>https://github.com/sera-net/Sera.Union</PackageProjectUrl>
<RepositoryUrl>https://github.com/sera-net/Sera.Union</RepositoryUrl>
Expand Down

0 comments on commit df99d34

Please sign in to comment.