diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2022-10-07 14:26:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-07 14:26:34 +0200 |
| commit | 95fab41d7c72cc3431510745d4fa63c21bda85ca (patch) | |
| tree | f4bd35cec7f311501b386749822fae32dd1a2e06 /fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj | |
| parent | 2e4db18ebea51a3e0b2d9b822ccee3bad918173f (diff) | |
| parent | f37c3e181eb2f6e2fcd04a473cf52c395b295368 (diff) | |
Merge pull request #8510 from Bond-009/fuzz1
Update fuzzing projects to .net6
Diffstat (limited to 'fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj')
| -rw-r--r-- | fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj b/fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj index 6abdb7734..7cd98c29a 100644 --- a/fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj +++ b/fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj @@ -2,7 +2,7 @@ <PropertyGroup> <OutputType>Exe</OutputType> - <TargetFramework>net5.0</TargetFramework> + <TargetFramework>net6.0</TargetFramework> </PropertyGroup> <ItemGroup> |
