Skip to content

Commit faaad5c

Browse files
committed
Updated .NET 6 the rest of the projects.
1 parent 87e3bf0 commit faaad5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Geta.NotFoundHandler.Admin/Geta.NotFoundHandler.Admin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<TargetFramework>net5.0</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
66
<PackageId>Geta.NotFoundHandler.Admin</PackageId>
77
<Title>Admin UI for NotFound Handler for ASP.NET Core and EPiServer</Title>

src/Geta.NotFoundHandler/Geta.NotFoundHandler.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net5.0</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
<PackageId>Geta.NotFoundHandler</PackageId>
66
<Title>NotFound Handler for ASP.NET Core</Title>
77
<Authors>Geta Digital</Authors>

0 commit comments

Comments
 (0)