Skip to content

Commit

Permalink
6.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tallesl committed May 5, 2020
1 parent bd70eb2 commit 3cdcf42
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions FluentScheduler/FluentScheduler.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>talles</Authors>
<Description>Automated job scheduler with fluent interface.</Description>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageIcon>logo-200x200.png</PackageIcon>
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
<PackageProjectUrl>https://fluentscheduler.github.io</PackageProjectUrl>
<PackageTags>background cron job schedule task</PackageTags>
<RepositoryUrl>https://github.com/fluentscheduler/FluentScheduler</RepositoryUrl>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>6.0.0-alpha.1</Version>
</PropertyGroup>

<ItemGroup>
<None Include="../Logo/logo-200x200.png" Pack="true" PackagePath="" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>FluentScheduler.UnitTests</_Parameter1>
</AssemblyAttribute>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

</Project>

0 comments on commit 3cdcf42

Please sign in to comment.