mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
feat: Regorus nuget package (#383)
Organize C# binding example into separate Regorus nuget package and a test app. The nuget package targets netstandard 2.0 and 2.1. The test app is tested for netframework 8.0. Implement IDisposable for Engine cleanup. Also remove net40 example. Can be added back later if needed. Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
c7bf460bc1
commit
2858b63cd4
7
.gitignore
vendored
7
.gitignore
vendored
@@ -27,4 +27,9 @@ worktrees/
|
||||
bindings/ffi/regorus.h
|
||||
bindings/ffi/regorus.ffi.hpp
|
||||
|
||||
bindings/*/target
|
||||
bindings/*/target
|
||||
|
||||
# C# build folders
|
||||
**bin
|
||||
**obj
|
||||
*.sln
|
||||
Reference in New Issue
Block a user