3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 00:55:31 +00:00

update path reference to readme

This commit is contained in:
Nikolaj Bjorner 2023-12-05 13:47:05 -08:00
parent d566eb3df7
commit 111ce01702
2 changed files with 4 additions and 1 deletions

View file

@ -1746,7 +1746,7 @@ class DotNetDLLComponent(Component):
<ItemGroup>
<Compile Include="..\%s\*.cs;*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
<None Include="..\%s\README.md" Pack="true" PackagePath="\"/>
<None Include="%s\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>""" % (version, key, self.to_src_dir, self.src_dir)