Skip to content

Commit

Permalink
edit csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
KJHJason committed Jun 21, 2024
1 parent b3df203 commit 4c38e36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions csharp/src/HMACSerialiser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<BaseOutputPath>C:\Nuget</BaseOutputPath>
<PackageProjectUrl></PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/KJHJason/HMACSerialiser</RepositoryUrl>
<RepositoryUrl>https://github.com/KJHJason/hmac-serialiser/tree/master/csharp</RepositoryUrl>
<PackAsTool>False</PackAsTool>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageLicenseFile>LICENSE-MIT</PackageLicenseFile>
<Version>1.0.5</Version>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE.txt">
<None Include="..\LICENSE-MIT">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down

0 comments on commit 4c38e36

Please sign in to comment.