Skip to content

Commit ecbdb2a

Browse files
fix(build): reference root README.md in package
1 parent 110612c commit ecbdb2a

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

JsonApiToolkit/JsonApiToolkit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.7"/>
3030
</ItemGroup>
3131
<ItemGroup>
32-
<None Include="README.md" Pack="true" PackagePath="\"/>
32+
<None Include="..\README.md" Pack="true" PackagePath="\"/>
3333
</ItemGroup>
3434
</Project>

JsonApiToolkit/packages.lock.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -413,18 +413,6 @@
413413
"resolved": "4.7.0",
414414
"contentHash": "ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ=="
415415
}
416-
},
417-
"net10.0/linux-musl-x64": {
418-
"System.Security.Cryptography.Pkcs": {
419-
"type": "Transitive",
420-
"resolved": "10.0.0",
421-
"contentHash": "UPWqLSygJlFerRi9XNIuM0a1VC8gHUIufyP24xQ0sc+XimqUAEcjpOz9DhKpyDjH+5B/wO3RpC0KpkEeDj/ddg=="
422-
},
423-
"System.Security.Cryptography.ProtectedData": {
424-
"type": "Transitive",
425-
"resolved": "4.7.0",
426-
"contentHash": "ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ=="
427-
}
428416
}
429417
}
430418
}

0 commit comments

Comments
 (0)