Skip to content

Commit d185acd

Browse files
committed
Update target framwork
1 parent f8d482a commit d185acd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- uses: actions/checkout@v3
2222
with:
2323
submodules: recursive
24-
- name: Setup .NET Core SDK 8.x
24+
- name: Setup .NET Core SDK 9.x
2525
uses: actions/setup-dotnet@v3
2626
with:
27-
dotnet-version: '8.x'
27+
dotnet-version: '9.x'
2828
- name: Install dependencies
2929
run: dotnet restore
3030
- name: Build

kismet-analyzer.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
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
55
<RootNamespace>kismet_analyzer</RootNamespace>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)