~ruther/NosSmooth

ref: 86662c7e149e76b42f8069ae4429bb35e93bbb50 NosSmooth/Core/NosSmooth.Packets/Extensions/ServiceCollectionExtensions.cs -rw-r--r-- 432 bytes
86662c7e — František Boháček feat: allow nullables in converters 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  ServiceCollectionExtensions.cs
//
//  Copyright (c) František Boháček. All rights reserved.
//  Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Microsoft.Extensions.DependencyInjection;

namespace NosSmooth.Packets.Extensions;

/// <summary>
/// Extensions for <see cref="IServiceCollection"/>.
/// </summary>
public static class ServiceCollectionExtensions
{
}