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 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" />
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 " $(TargetDir)*.*" " %25LocalAppData%25\\LINQPad\\Drivers\\DataContext\\NetCore\\$(TargetName)" " />
You can’t perform that action at this time.
0 commit comments