Skip to content

Commit 5e44c31

Browse files
committed
README.md should not be in the using project.
1 parent 84dffb6 commit 5e44c31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Src/Drogecode.Blazor.ExpireStorage/Drogecode.Blazor.ExpireStorage.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<RootNamespace>Drogecode.Blazor.ExpireStorage</RootNamespace>
8-
<Version>0.2.4</Version>
8+
<Version>0.2.5</Version>
99
<Title>Drogecode.Blazor.ExpireStorage</Title>
1010
<Authors>Taco Droogers</Authors>
1111
<PackageProjectUrl>https://github.com/Drogecode/Drogecode.Blazor.ExpireStorage</PackageProjectUrl>
@@ -47,7 +47,8 @@
4747
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
4848
</Content>
4949
<Content Include="..\..\README.md">
50-
<Link>README.md</Link>
50+
<Pack>false</Pack>
51+
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
5152
</Content>
5253
</ItemGroup>
5354

0 commit comments

Comments
 (0)