~ruther/NosSmooth

ref: 5fbd576f94f3a9874b2eeb1d7df94f5cb095b48d NosSmooth/Core/NosSmooth.Packets/Extensions/ServiceCollectionExtensions.cs -rw-r--r-- 432 bytes
5fbd576f — František Boháček chore: change name of directory.build.props to work on Linux 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
{
}
Do not follow this link