Skip to content

Commit 0300c62

Browse files
committed
Fix Readme not included in nuget package
1 parent aecacdd commit 0300c62

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Linq2MongoDB.LINQPadDriver/Linq2MongoDB.LINQPadDriver.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<Description>MongoDB LINQPad driver that allows you to access MongoDB using Linq queries without having to provide custom assembly types</Description>
1919
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2020
<Version>1.0.1</Version>
21-
<PackageReadmeFile>../README.md</PackageReadmeFile>
21+
<PackageReadmeFile>README.md</PackageReadmeFile>
2222
</PropertyGroup>
2323
<ItemGroup>
2424
<PackageReference Include="LINQPad.Reference" Version="1.3.1" />
@@ -39,7 +39,12 @@
3939
<Content Include="linqpad-samples/CRUD.linq">
4040
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4141
</Content>
42+
<None Include="$(SolutionDir)README.md">
43+
<Pack>True</Pack>
44+
<PackagePath>\</PackagePath>
45+
</None>
4246
</ItemGroup>
47+
4348
<!-- This PostBuild action installs the Driver -->
4449
<Target Condition="'$(Configuration)' == 'Debug'" Name="PostBuild1" AfterTargets="PostBuildEvent">
4550
<Exec Command="xcopy /i/y/s &quot;$(TargetDir)*.*&quot; &quot;%25LocalAppData%25\\LINQPad\\Drivers\\DataContext\\NetCore\\$(TargetName)&quot;" />

0 commit comments

Comments
 (0)