Skip to content

Commit 016ca5d

Browse files
committed
Strong Name Key added.
1 parent 7e0c43f commit 016ca5d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

src/AspNetCore.Authentication.Basic.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.Authentication.B
1515
EndProject
1616
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7BFEA4E3-5506-40A1-B6EB-BC8BA3687D23}"
1717
ProjectSection(SolutionItems) = preProject
18+
key.snk = key.snk
1819
..\LICENSE.txt = ..\LICENSE.txt
1920
..\README.md = ..\README.md
2021
EndProjectSection

src/AspNetCore.Authentication.Basic/AspNetCore.Authentication.Basic.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@
1717
<NeutralLanguage />
1818
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1919
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
20-
<RootNamespace>AspNetCore.Authentication.Basic</RootNamespace>
21-
<PackageId>AspNetCore.Authentication.Basic</PackageId>
22-
<Product>AspNetCore.Authentication.Basic</Product>
20+
</PropertyGroup>
21+
22+
<PropertyGroup>
23+
<SignAssembly>true</SignAssembly>
24+
<AssemblyOriginatorKeyFile>E:\GitHub\aspnetcore-authentication-basic\src\key.snk</AssemblyOriginatorKeyFile>
25+
<DelaySign>false</DelaySign>
2326
</PropertyGroup>
2427

2528
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

src/key.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)