File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Cofoundry.Plugins.SiteMap Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 23
23
</ItemGroup >
24
24
25
25
<ItemGroup >
26
- <PackageReference Include =" Cofoundry.Domain" Version =" 0.5 .0" />
26
+ <PackageReference Include =" Cofoundry.Domain" Version =" 0.6 .0" />
27
27
</ItemGroup >
28
28
29
29
</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.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" />
14
13
<PackageReference Include =" Microsoft.AspNetCore.App" />
15
14
</ItemGroup >
16
15
You can’t perform that action at this time.
0 commit comments