Skip to content

Commit

Permalink
Configure Readme file reference for package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZarehD committed Jul 16, 2023
1 parent aa75fd5 commit e5fcd2e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/AspNetStatic/AspNetStatic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/ZarehD/AspNetStatic</RepositoryUrl>
<PackageProjectUrl>https://github.com/ZarehD/AspNetStatic</PackageProjectUrl>
<PackageReadmeFile>Readme.md</PackageReadmeFile>

<AssemblyName>AspNetStatic</AssemblyName>
<RootNamespace>AspNetStatic</RootNamespace>
Expand All @@ -34,9 +35,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="19.2.11" />
<PackageReference Include="TestableIO.System.IO.Abstractions.Wrappers" Version="19.2.11" />
<PackageReference Include="WebMarkupMin.Core" Version="2.13.9" />
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="19.2.11" />
<PackageReference Include="TestableIO.System.IO.Abstractions.Wrappers" Version="19.2.11" />
<PackageReference Include="WebMarkupMin.Core" Version="2.13.9" />
</ItemGroup>

<ItemGroup>
Expand All @@ -54,4 +55,8 @@
</EmbeddedResource>
</ItemGroup>

<ItemGroup>
<None Include="..\..\Readme.md" Link="Readme.md" />
</ItemGroup>

</Project>

0 comments on commit e5fcd2e

Please sign in to comment.