File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
sample/CrontabSample.WebApp
src/Yisoft.AspNetCore.Crontab Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11# crontab
22
33[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/60src7vgk6djj28d?svg=true )] ( https://ci.appveyor.com/project/yiteam/crontab-i5h5o )
4+ [ ![ NuGet] ( https://img.shields.io/nuget/v/Yisoft.AspNetCore.Crontab.svg?style=flat&label=nuget )] ( https://www.nuget.org/packages/Yisoft.AspNetCore.Crontab/ )
45
56Task scheduler for dotnet core based on crontab.
67
Original file line number Diff line number Diff line change 99 </ItemGroup >
1010 <ItemGroup >
1111 <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.0.0" />
12- <PackageReference Include =" Microsoft.AspNetCore" Version =" 1.1.1 " />
13- <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 1.1.2 " />
14- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 1.1.1 " />
12+ <PackageReference Include =" Microsoft.AspNetCore" Version =" 1.1.2 " />
13+ <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 1.1.3 " />
14+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 1.1.2 " />
1515 </ItemGroup >
1616 <ItemGroup >
1717 <DotNetCliToolReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version =" 1.0.0" />
Original file line number Diff line number Diff line change 44 <TargetFramework >netstandard1.6</TargetFramework >
55 <
Authors >
[email protected] </
Authors >
66 <AssemblyTitle >Yisoft.AspNetCore.Crontab</AssemblyTitle >
7- <VersionPrefix >1.0 .0</VersionPrefix >
7+ <VersionPrefix >1.1 .0</VersionPrefix >
88 <Company >Yi Team</Company >
99 <Copyright >Copyright © Yi.TEAM. All rights reserved.</Copyright >
1010 <PackageLicenseUrl >https://raw.githubusercontent.com/yisoft-aspnet/crontab/dev/LICENSE</PackageLicenseUrl >
2323 </PropertyGroup >
2424
2525 <ItemGroup >
26- <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 1.1.1 " />
27- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 1.1.0 " />
28- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 1.1.1 " />
29- <PackageReference Include =" Yisoft.Crontab" Version =" 1.1 .0" />
26+ <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 1.1.2 " />
27+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 1.1.1 " />
28+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 1.1.2 " />
29+ <PackageReference Include =" Yisoft.Crontab" Version =" 1.2 .0" />
3030 </ItemGroup >
3131
3232</Project >
You can’t perform that action at this time.
0 commit comments