Skip to content

Commit fc9fec8

Browse files
committed
Package details updated
1 parent 9d95746 commit fc9fec8

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

Mihir.AspNetCore.Authentication.Basic/Mihir.AspNetCore.Authentication.Basic.csproj

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -10,8 +10,8 @@
1010
<PackageProjectUrl>https://github.com/mihirdilip/Mihir.AspNetCore.Authentication.Basic</PackageProjectUrl>
1111
<Version>2.0.0</Version>
1212
<Copyright>Copyright (c) 2019 Mihir Dilip</Copyright>
13-
<PackageLicenseUrl>https://github.com/mihirdilip/Mihir.AspNetCore.Authentication.Basic/blob/master/LICENSE.txt</PackageLicenseUrl>
14-
<RepositoryType>GitHub</RepositoryType>
13+
<PackageLicenseUrl></PackageLicenseUrl>
14+
<RepositoryType>GitHub</RepositoryType>
1515
<PackageIconUrl />
1616
<PackageTags>asp-net-core, aspnetcore, netstandard, netstandard20, basic-authentication, basicauthentication, dotnetcore, asp-net-core-basic-authentication, aspnetcore-basic-authentication, security, authentication, asp-net-core-authentication, aspnetcore-authentication</PackageTags>
1717
<NeutralLanguage />
@@ -20,6 +20,7 @@
2020
- Microsoft.AspNetCore.All package upgraded to 2.0.9 on SampleWebApi project to fix the vulnerabilities found in the previous versions
2121
- New SampleWebApi.Shared and SampleWebApi_2_2 project added for WebApi for .NET Core 2.2 on the github repository
2222
- Fixed a bug in the Sample project to do with Object Null Exception</PackageReleaseNotes>
23+
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
2324
</PropertyGroup>
2425

2526
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -30,4 +31,11 @@
3031
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
3132
</ItemGroup>
3233

34+
<ItemGroup>
35+
<None Include="..\LICENSE.txt">
36+
<Pack>True</Pack>
37+
<PackagePath></PackagePath>
38+
</None>
39+
</ItemGroup>
40+
3341
</Project>

0 commit comments

Comments
 (0)