Files
spworlds-csharp-library/src/spworlds.csproj
Mih4n 7871ab835c version 1.0.0
first version
2023-05-17 20:42:03 +03:00

19 lines
672 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>spworlds.17.05.2023.999</PackageId>
<Description>данная библиотека предназначена для работы с сайтом spworlds. Ознакомиться с документацией можно в гитхабе проекта</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>1.0.0</Version>
<Authors>Mih4n</Authors>
<Company>Mih4n</Company>
</PropertyGroup>
<ItemGroup>
</ItemGroup>
</Project>