File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Linq2MongoDB.LINQPadDriver Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 18
18
<Description >MongoDB LINQPad driver that allows you to access MongoDB using Linq queries without having to provide custom assembly types</Description >
19
19
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
20
20
<Version >1.0.1</Version >
21
- <PackageReadmeFile >../ README.md</PackageReadmeFile >
21
+ <PackageReadmeFile >README.md</PackageReadmeFile >
22
22
</PropertyGroup >
23
23
<ItemGroup >
24
24
<PackageReference Include =" LINQPad.Reference" Version =" 1.3.1" />
39
39
<Content Include =" linqpad-samples/CRUD.linq" >
40
40
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
41
41
</Content >
42
+ <None Include =" $(SolutionDir)README.md" >
43
+ <Pack >True</Pack >
44
+ <PackagePath >\</PackagePath >
45
+ </None >
42
46
</ItemGroup >
47
+
43
48
<!-- This PostBuild action installs the Driver -->
44
49
<Target Condition =" '$(Configuration)' == 'Debug'" Name =" PostBuild1" AfterTargets =" PostBuildEvent" >
45
50
<Exec Command =" xcopy /i/y/s " $(TargetDir)*.*" " %25LocalAppData%25\\LINQPad\\Drivers\\DataContext\\NetCore\\$(TargetName)" " />
You can’t perform that action at this time.
0 commit comments