Skip to content

Commit

Permalink
Fix build by adding readme correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
petermorlion committed Oct 17, 2022
1 parent c642f1f commit d21f84c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion RedStar.Amounts/RedStar.Amounts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<FileVersion>4.1.4.0</FileVersion>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageLicenseFile>CPOL.md</PackageLicenseFile>
<PackageReadmeFile>..\README.md</PackageReadmeFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
Expand All @@ -30,5 +30,9 @@
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>

0 comments on commit d21f84c

Please sign in to comment.