Skip to content

Commit

Permalink
Update JoymonOnline.Orchestration.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
joymon authored May 6, 2020
1 parent 5f2d775 commit 0cf03f5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<Company>JoymonOnline</Company>
<Product>Orchestration</Product>
<description>.Net library to orchestrate operations and commands. Helps to follow Single Responsibility Pattern</description>
<AssemblyName>DotNet.Helpers</AssemblyName>
<AssemblyName>Orchestration</AssemblyName>
<PackageTags>.Net Orchestration SRP Sequencing Library C# VB.Net Linq </PackageTags>
<PackageProjectUrl>https://github.com/joymon/orchestration</PackageProjectUrl>
<RepositoryUrl>https://github.com/joymon/dotnet-helpers</RepositoryUrl>
<RepositoryUrl>https://github.com/joymon/orchestration</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' or '$(TargetFramework)' == 'net46' or '$(TargetFramework)' == 'net461' or '$(TargetFramework)' == 'net472' or '$(TargetFramework)' == 'net48'">
Expand Down Expand Up @@ -70,4 +70,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit 0cf03f5

Please sign in to comment.