1 parent f8d482a commit d185acdCopy full SHA for d185acd
2 files changed
.github/workflows/build.yml
@@ -21,10 +21,10 @@ jobs:
21
- uses: actions/checkout@v3
22
with:
23
submodules: recursive
24
- - name: Setup .NET Core SDK 8.x
+ - name: Setup .NET Core SDK 9.x
25
uses: actions/setup-dotnet@v3
26
27
- dotnet-version: '8.x'
+ dotnet-version: '9.x'
28
- name: Install dependencies
29
run: dotnet restore
30
- name: Build
kismet-analyzer.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<OutputType>Exe</OutputType>
4
- <TargetFramework>net8.0</TargetFramework>
+ <TargetFramework>net9.0</TargetFramework>
5
<RootNamespace>kismet_analyzer</RootNamespace>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
0 commit comments