Skip to content

Commit f73fa7a

Browse files
committed
Migrated to .NET6
1 parent 482e149 commit f73fa7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Cofoundry.Web.Admin" Version="0.10.4-ci0006" />
19+
<PackageReference Include="Cofoundry.Web.Admin" Version="0.11.0" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

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

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

1818
<ItemGroup>
19-
<PackageReference Include="Cofoundry.Web" Version="0.10.4-ci0006" />
19+
<PackageReference Include="Cofoundry.Web" Version="0.11.0" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

src/ErrorLoggingExample/ErrorLoggingExample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Cofoundry.Web.Admin" Version="0.10.4-ci0006" />
13+
<PackageReference Include="Cofoundry.Web.Admin" Version="0.11.0" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)