Skip to content

Commit

Permalink
chore(dotnet): add target framework net8.0 & change naming
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiAndreiev committed Nov 15, 2024
1 parent 31c6be4 commit 79a089c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
if: always()
run: docker compose down

build:
build-dotnet:
name: build ${{ matrix.dotnet-version }}
runs-on: ubuntu-latest
defaults:
run:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</ItemGroup>

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net6.0;net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>net6._0_webhook</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion packages/dotnet/examples/net6.0/net6.0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</ItemGroup>

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net6.0;net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>net6._0</RootNamespace>
Expand Down

0 comments on commit 79a089c

Please sign in to comment.