-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathYandex.API360.csproj
More file actions
39 lines (35 loc) · 1.29 KB
/
Yandex.API360.csproj
File metadata and controls
39 lines (35 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>0.16.2</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/witomin/Yandex.API360</PackageProjectUrl>
<RepositoryUrl>https://github.com/witomin/Yandex.API360</RepositoryUrl>
<Copyright>witomin</Copyright>
<Description></Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>witomin</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>yandex360;api;yandex;</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Macross.Json.Extensions" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="System.Net.Http.Json" Version="8.0.1" />
</ItemGroup>
<ItemGroup>
<None Include="LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<None Update="README.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>