Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Updated to re-target to .NET Standard 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Feb 16, 2023
1 parent dab2c2d commit 3e4a3a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Namer/Namer.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;net48</TargetFrameworks>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.0.0.1</Version>
<PackageVersion>1.0.0.1</PackageVersion>
<Version>1.0.0.2</Version>
<PackageVersion>1.0.0.2</PackageVersion>
<Authors>Aptivi</Authors>
<Company>Aptivi</Company>
<Description>Name generation tool</Description>
Expand Down

0 comments on commit 3e4a3a0

Please sign in to comment.