/
dsrelax
/
Tarantool.Queue.NetCore
Обзор
Документация
Войти
/
dsrelax
/
Tarantool.Queue.NetCore
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/Tarantool.Queue.NetCore.csproj
25 строк
1 KB
Дмитрий
Change packet version
01 фев 2024, 20:50
01 фев 2024, 20:50
831e15d
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>net60;net70;net80</TargetFrameworks> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <RootNamespace>$(MSBuildProjectName.Replace(" ", "_").Replace("Tarantool.Queue.NetCore", "Tarantool.Queues"))</RootNamespace> <PackageId>Tarantool.Queue.NetCore</PackageId> <Authors>Dmitry Spirin</Authors> <Version>2.0.1</Version> <PackageDescription>NETCore library for working with Tarantool queues. Based on the library progaudi.tarantool</PackageDescription> <RepositoryUrl>https://github.com/RelaxSpirit/Tarantool.Queue.NetCore</RepositoryUrl> <PackageReadmeFile>README.md</PackageReadmeFile> <PackageProjectUrl>https://github.com/RelaxSpirit/Tarantool.Queue.NetCore</PackageProjectUrl> <Title>Tarantool.Queue.NetCore</Title> <PackageTags>Tarantool;Queue;NETCore</PackageTags> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" /> <PackageReference Include="progaudi.tarantool" Version="0.16.0" /> <None Include="..\README.md" Pack="true" PackagePath="\" /> </ItemGroup> </Project>