File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Cofoundry.Plugins.BackgroundTasks.Hangfire Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
</PropertyGroup >
16
16
17
17
<ItemGroup >
18
- <PackageReference Include =" Cofoundry.Web" Version =" 0.5 .0" />
19
- <PackageReference Include =" Hangfire" Version =" 1.6.20 " />
18
+ <PackageReference Include =" Cofoundry.Web" Version =" 0.6 .0" />
19
+ <PackageReference Include =" Hangfire" Version =" 1.6.21 " />
20
20
</ItemGroup >
21
21
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2.1 </TargetFramework >
4
+ <TargetFramework >netcoreapp2.2 </TargetFramework >
5
5
<MvcRazorExcludeViewFilesFromPublish >false</MvcRazorExcludeViewFilesFromPublish >
6
6
<MvcRazorExcludeRefAssembliesFromPublish >false</MvcRazorExcludeRefAssembliesFromPublish >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Cofoundry.Web.Admin" Version =" 0.5 .0" />
10
+ <PackageReference Include =" Cofoundry.Web.Admin" Version =" 0.6 .0" />
11
11
<PackageReference Include =" Microsoft.AspNetCore.App" />
12
12
</ItemGroup >
13
13
You can’t perform that action at this time.
0 commit comments