-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRiotGamesApi.AspNetCore.nuspec
More file actions
51 lines (49 loc) · 3.29 KB
/
Copy pathRiotGamesApi.AspNetCore.nuspec
File metadata and controls
51 lines (49 loc) · 3.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
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>RiotGamesApi.AspNetCore</id>
<version>1.0.0.1</version>
<title>RiotGamesApi AspNetCore Middleware</title>
<authors>Mustafa Salih ASLIM</authors>
<owners>Mustafa Salih ASLIM</owners>
<licenseUrl>https://github.com/msx752/RiotGamesApi/blob/master/LICENSE</licenseUrl>
<projectUrl>https://riotgamesapi.readme.io</projectUrl>
<iconUrl>https://github.com/msx752/RiotGamesApi/blob/master/wfc.png?raw=true</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>C# RiotGamesApi AspNetCore Middleware.</description>
<summary>C# RiotGamesApi AspNetCore Middleware</summary>
<releaseNotes />
<copyright>Copyright 2017</copyright>
<language />
<tags>RiotGames LeagueOfLegends v3 API with C# AspNetCore 1.1 project</tags>
<dependencies>
<group targetFramework=".NETCoreApp1.1">
<dependency id="Microsoft.NETCore.App" version="1.1.2" />
<dependency id="Microsoft.AspNetCore.Http.Abstractions" version="1.1.2" />
<dependency id="DeepCloner" version="0.10.1" />
<dependency id="Microsoft.Extensions.DependencyInjection" version="1.1.1" />
<dependency id="Microsoft.Extensions.Caching.Memory" version="1.1.2" />
<dependency id="Newtonsoft.Json" version="10.0.3" />
<dependency id="RiotGamesApi" version="1.9.28.2145" />
</group>
<group targetFramework=".NETCoreApp2.0">
<dependency id="Microsoft.NETCore.App" version="2.0.0" />
<dependency id="Microsoft.AspNetCore.Http.Abstractions" version="2.0.0" />
<dependency id="DeepCloner" version="0.10.1" />
<dependency id="Microsoft.Extensions.DependencyInjection" version="2.0.0" />
<dependency id="Microsoft.Extensions.Caching.Memory" version="2.0.0" />
<dependency id="Newtonsoft.Json" version="10.0.3" />
<dependency id="RiotGamesApi" version="1.9.28.2145" />
</group>
</dependencies>
</metadata>
<files>
<file src="RiotGamesApi.AspNetCore\readme.txt" target="readme.txt" />
<file src="RiotGamesApi.AspNetCore\bin\Release\netcoreapp1.1\RiotGamesApi.AspNetCore.deps.json" target="lib\netcoreapp11\RiotGamesApi.AspNetCore.deps.json" />
<file src="RiotGamesApi.AspNetCore\bin\Release\netcoreapp1.1\RiotGamesApi.AspNetCore.dll" target="lib\netcoreapp11\RiotGamesApi.AspNetCore.dll" />
<file src="RiotGamesApi.AspNetCore\bin\Release\netcoreapp1.1\RiotGamesApi.AspNetCore.xml" target="lib\netcoreapp11\RiotGamesApi.AspNetCore.xml" />
<file src="RiotGamesApi.AspNetCore\bin\Release\netcoreapp2.0\RiotGamesApi.AspNetCore.deps.json" target="lib\netcoreapp20\RiotGamesApi.AspNetCore.deps.json" />
<file src="RiotGamesApi.AspNetCore\bin\Release\netcoreapp2.0\RiotGamesApi.AspNetCore.dll" target="lib\netcoreapp20\RiotGamesApi.AspNetCore.dll" />
<file src="RiotGamesApi.AspNetCore\bin\Release\netcoreapp2.0\RiotGamesApi.AspNetCore.xml" target="lib\netcoreapp20\RiotGamesApi.AspNetCore.xml" />
</files>
</package>