Skip to content

Commit 82d9e72

Browse files
committed
Updated to CF 0.9
1 parent 0d957e9 commit 82d9e72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.8.0" />
19-
<PackageReference Include="Hangfire" Version="1.7.18" />
18+
<PackageReference Include="Cofoundry.Web" Version="0.9.0" />
19+
<PackageReference Include="Hangfire" Version="1.7.19" />
2020
</ItemGroup>
2121
</Project>

src/HangfireSample/HangfireSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Cofoundry.Web.Admin" Version="0.8.0" />
10+
<PackageReference Include="Cofoundry.Web.Admin" Version="0.9.0" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)