-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTrinket.csproj
26 lines (23 loc) · 955 Bytes
/
Trinket.csproj
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<OutputType>Library</OutputType>
<Authors>Lars Eble</Authors>
<Description>Wrapper for League of Legends LiveEvents API</Description>
<Copyright>MIT</Copyright>
<PackageProjectUrl>https://github.com/floh22/Trinket</PackageProjectUrl>
<RepositoryUrl>https://github.com/floh22/Trinket</RepositoryUrl>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageId>floh22.Trinket</PackageId>
<Company />
<PackageIcon></PackageIcon>
<RepositoryType>Git</RepositoryType>
<PackageTags>LeagueOfLegends, API, League, of, Legends, Riot, RiotGames, LoL</PackageTags>
<Version>1.0.2</Version>
<AssemblyVersion>1.0.5.0</AssemblyVersion>
<FileVersion>1.0.4.21123</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Management" Version="5.0.0" />
</ItemGroup>
</Project>