Skip to content

Commit 8bdce37

Browse files
committed
Updated to Cofoundry 0.6
1 parent 4163cf2 commit 8bdce37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Cofoundry.Plugins.BackgroundTasks.Hangfire/Cofoundry.Plugins.BackgroundTasks.Hangfire.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<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" />
2020
</ItemGroup>
2121
</Project>

src/HangfireSample/HangfireSample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp2.1</TargetFramework>
4+
<TargetFramework>netcoreapp2.2</TargetFramework>
55
<MvcRazorExcludeViewFilesFromPublish>false</MvcRazorExcludeViewFilesFromPublish>
66
<MvcRazorExcludeRefAssembliesFromPublish>false</MvcRazorExcludeRefAssembliesFromPublish>
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Cofoundry.Web.Admin" Version="0.5.0" />
10+
<PackageReference Include="Cofoundry.Web.Admin" Version="0.6.0" />
1111
<PackageReference Include="Microsoft.AspNetCore.App" />
1212
</ItemGroup>
1313

0 commit comments

Comments
 (0)