Skip to content

Commit bcfeca6

Browse files
authored
Merge pull request #13 from atc-net/feature/maintenance
upgrade Atc.Hosting to dotnet8
2 parents 61d04cc + 984b33f commit bcfeca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Atc.Hosting/Atc.Hosting.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>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<PackageId>Atc.Hosting</PackageId>
66
<PackageTags>hosting;backgroundservice</PackageTags>
77
<Description>Atc.Hosting is a collection of classes and extension methods for the hosting namespace, e.g. BackgroundServices.</Description>

0 commit comments

Comments
 (0)