Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 5a64a78

Browse files
committed
Added missing signing key
1 parent 56c83d9 commit 5a64a78

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

DotNetStandardApi/.NET Standard API.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<AssemblyName>KoenZomers.OneDrive.Api</AssemblyName>
66
<SignAssembly>true</SignAssembly>
7-
<AssemblyOriginatorKeyFile>C:\Code\GitHub\OneDriveAPI\Api\KoenZomers.OneDrive.Api.snk</AssemblyOriginatorKeyFile>
7+
<AssemblyOriginatorKeyFile>KoenZomers.OneDrive.Api.snk</AssemblyOriginatorKeyFile>
88
<Version>2.2.0.0</Version>
99
<Authors>Koen Zomers</Authors>
1010
<Company>Koen Zomers</Company>
@@ -27,10 +27,6 @@
2727
<DocumentationFile>C:\Code\GitHub\OneDriveAPI\DotNetStandardApi\KoenZomers.OneDrive.Api.xml</DocumentationFile>
2828
</PropertyGroup>
2929

30-
<ItemGroup>
31-
<None Include="..\Api\KoenZomers.OneDrive.Api.snk" Link="KoenZomers.OneDrive.Api.snk" />
32-
</ItemGroup>
33-
3430
<ItemGroup>
3531
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
3632
</ItemGroup>
596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)