Update csproj to copy native lib to output

This commit is contained in:
code liturgy 2022-11-18 20:24:25 +00:00
parent 4c46fd78a2
commit 34c7ba4d4d
1 changed files with 14 additions and 0 deletions

14
version.json Normal file
View File

@ -0,0 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.9",
"semVer1NumericIdentifierPadding": 1,
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/v\\d+(?:\\.\\d+)?$"
],
"cloudBuild": {
"buildNumber": {
"enabled": true
}
}
}