Skip to content

Commit 39bfbd8

Browse files
committed
chore: bump from .net 6 to .net 8
1 parent 8b39688 commit 39bfbd8

File tree

4 files changed

+1
-12
lines changed

4 files changed

+1
-12
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))"/>
44

55
<PropertyGroup Label="Build">
6+
<TargetFramework>net8.0</TargetFramework>
67
<GenerateDocumentationFile>true</GenerateDocumentationFile>
78
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
89
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>

src/Octokit.Webhooks.AspNetCore/Octokit.Webhooks.AspNetCore.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup Label="Build">
4-
<TargetFramework>net6.0</TargetFramework>
5-
</PropertyGroup>
6-
73
<PropertyGroup Label="Package">
84
<Product>Octokit.Webhooks.AspNetCore</Product>
95
<Description>GitHub webhook events toolset for .NET</Description>

src/Octokit.Webhooks.AzureFunctions/Octokit.Webhooks.AzureFunctions.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
5-
</PropertyGroup>
6-
73
<PropertyGroup Label="Package">
84
<Product>Octokit.Webhooks.AzureFunctions</Product>
95
<Description>GitHub webhook events toolset for Azure Functions</Description>

src/Octokit.Webhooks/Octokit.Webhooks.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup Label="Build">
4-
<TargetFramework>net6.0</TargetFramework>
5-
</PropertyGroup>
6-
73
<PropertyGroup Label="Package">
84
<Product>Octokit.Webhooks</Product>
95
<Description>GitHub webhook events definitions for .NET</Description>

0 commit comments

Comments
 (0)