-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathcloudscribe.SimpleContent.Security.SimpleAuth.csproj
More file actions
29 lines (23 loc) · 1.26 KB
/
cloudscribe.SimpleContent.Security.SimpleAuth.csproj
File metadata and controls
29 lines (23 loc) · 1.26 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>cloudscribe.SimpleContent.Security.SimpleAuth Class Library</Description>
<VersionPrefix>3.0.4</VersionPrefix>
<AssemblyVersion>3.0.4</AssemblyVersion>
<Authors>Joe Audette</Authors>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<PackageTags>cloudscribe;security;blog;cms</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/joeaudette/cloudscribe/master/cloudscribe-icon-32.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/joeaudette/cloudscribe.SimpleContent</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/cloudscribe/cloudscribe.SimpleContent.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\cloudscribe.SimpleContent.Models\cloudscribe.SimpleContent.Models.csproj" />
<ProjectReference Include="..\cloudscribe.SimpleContent.Web\cloudscribe.SimpleContent.Web.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="cloudscribe.Web.SimpleAuth" Version="2.0.*" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="2.1.2" />
</ItemGroup>
</Project>