mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
update path reference to readme
This commit is contained in:
parent
d566eb3df7
commit
111ce01702
|
@ -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)
|
||||
|
|
3
src/api/dotnet/README.md
Normal file
3
src/api/dotnet/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Z3 Nuget Package
|
||||
|
||||
For more information see [the Z3 github page](https://github.com/z3prover/z3.git)
|
Loading…
Reference in a new issue