Skip to content

Commit 0adcb87

Browse files
committed
Updated to Cofoundry 0.6
1 parent 546cf29 commit 0adcb87

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/Cofoundry.Plugins.SiteMap/Cofoundry.Plugins.SiteMap.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Cofoundry.Domain" Version="0.5.0" />
26+
<PackageReference Include="Cofoundry.Domain" Version="0.6.0" />
2727
</ItemGroup>
2828

2929
</Project>

src/SitemapExample/SitemapExample.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
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.Plugins.ErrorLogging.Admin" Version="0.5.0" />
11-
<PackageReference Include="Cofoundry.Plugins.Imaging.ImageSharp" Version="0.1.0-ci0017" />
12-
<PackageReference Include="Cofoundry.Plugins.SiteMap" Version="0.5.0" />
13-
<PackageReference Include="Cofoundry.Web.Admin" Version="0.5.1" />
10+
<PackageReference Include="Cofoundry.Plugins.ErrorLogging.Admin" Version="0.6.0" />
11+
<PackageReference Include="Cofoundry.Plugins.Imaging.ImageSharp" Version="0.1.0-ci0019" />
12+
<PackageReference Include="Cofoundry.Web.Admin" Version="0.6.0" />
1413
<PackageReference Include="Microsoft.AspNetCore.App" />
1514
</ItemGroup>
1615

0 commit comments

Comments
 (0)