mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 04:04:47 +03:00
Update projects to .NET 9 (#13023)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Jellyfin.Extensions.Tests.Json.Models
|
||||
/// The generic body model.
|
||||
/// </summary>
|
||||
/// <typeparam name="T">The value type.</typeparam>
|
||||
public class GenericBodyArrayModel<T>
|
||||
public sealed class GenericBodyArrayModel<T>
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the value.
|
||||
|
||||
Reference in New Issue
Block a user