-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathAlexa.NET.Security.Functions.csproj
More file actions
30 lines (27 loc) · 1.53 KB
/
Alexa.NET.Security.Functions.csproj
File metadata and controls
30 lines (27 loc) · 1.53 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Thomas Sebastian Jensen</Authors>
<Company>tsjdev-apps.de</Company>
<Product></Product>
<Description>Add Alexa.NET reqeuest verification for Azure Functions to validate requests from the Amazon Alexa services.</Description>
<Copyright>© Thomas Sebastian Jensen | 2018</Copyright>
<PackageLicenseUrl>https://github.com/ThomasPe/Alexa.NET.Security/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/ThomasPe/Alexa.NET.Security</PackageProjectUrl>
<RepositoryUrl>https://github.com/ThomasPe/Alexa.NET.Security</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
<PackageTags>alexa, alexa.net, authentication, azure function, azure</PackageTags>
<PackageReleaseNotes>Version 1.0.1: Adjust namespace</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackOnBuild>true</PackOnBuild>
<PackageVersion>1.0.1</PackageVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<Summary>Add Alexa.NET reqeuest verification for Azure Functions to validate requests from the Amazon Alexa services.</Summary>
<Title>Alexa.NET.Security.Functions</Title>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Alexa.NET" Version="1.13.0" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.1" />
</ItemGroup>
</Project>