Skip to content

Commit b58575f

Browse files
committed
Updated to Cofoundry 0.6
1 parent b8a6e79 commit b58575f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Cofoundry.Plugins.ErrorLogging.Admin/Cofoundry.Plugins.ErrorLogging.Admin.csproj

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

1717
<ItemGroup>
18-
<PackageReference Include="Cofoundry.Web.Admin" Version="0.5.0" />
18+
<PackageReference Include="Cofoundry.Web.Admin" Version="0.6.0" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

src/Cofoundry.Plugins.ErrorLogging/Cofoundry.Plugins.ErrorLogging.csproj

Lines changed: 1 addition & 1 deletion
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" />
18+
<PackageReference Include="Cofoundry.Web" Version="0.6.0" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

src/ErrorLoggingExample/ErrorLoggingExample.csproj

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

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp2.1</TargetFramework>
4+
<TargetFramework>netcoreapp2.2</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>
88
<Folder Include="wwwroot\" />
99
</ItemGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Cofoundry.Web.Admin" Version="0.5.0" />
12+
<PackageReference Include="Cofoundry.Web.Admin" Version="0.6.0" />
1313
<PackageReference Include="Microsoft.AspNetCore.App" />
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)