diff options
| author | Negulici-R. Barnabas <109497789+negulici-r-barnabas@users.noreply.github.com> | 2022-11-26 10:56:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-26 10:56:23 +0200 |
| commit | e977aade77ae01c8c018ef957572150edc821e2b (patch) | |
| tree | 95e8756e3c41b33bb4ee1401d349e2175b731295 /fuzz | |
| parent | f8a617644921ef418155bf0c1a42c72d8a5d4cc0 (diff) | |
| parent | 5cef9799c365f3179ef4e4192bb861a0ca83a1e3 (diff) | |
Merge branch 'jellyfin:master' into master
Diffstat (limited to 'fuzz')
| -rw-r--r-- | fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj | 2 | ||||
| -rw-r--r-- | fuzz/Jellyfin.Server.Fuzz/Jellyfin.Server.Fuzz.csproj | 2 |
2 files changed, 2 insertions, 2 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 81c8f2ba9..e6196e847 100644 --- a/fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj +++ b/fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj @@ -19,7 +19,7 @@ <PackageReference Include="AutoFixture" Version="4.17.0" /> <PackageReference Include="AutoFixture.AutoMoq" Version="4.17.0" /> <PackageReference Include="Moq" Version="4.18.2" /> - <PackageReference Include="SharpFuzz" Version="1.6.2" /> + <PackageReference Include="SharpFuzz" Version="2.0.0" /> </ItemGroup> </Project> diff --git a/fuzz/Jellyfin.Server.Fuzz/Jellyfin.Server.Fuzz.csproj b/fuzz/Jellyfin.Server.Fuzz/Jellyfin.Server.Fuzz.csproj index facd8b7bb..6ffc17ff9 100644 --- a/fuzz/Jellyfin.Server.Fuzz/Jellyfin.Server.Fuzz.csproj +++ b/fuzz/Jellyfin.Server.Fuzz/Jellyfin.Server.Fuzz.csproj @@ -16,7 +16,7 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="SharpFuzz" Version="1.6.2" /> + <PackageReference Include="SharpFuzz" Version="2.0.0" /> </ItemGroup> </Project> |
