mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
- Created an example of extension policy - Added C# binding support of .NET framework 4.0 and created a Nuget spec for it. - Added a pytest in python bindings to test the extension policy and the python binding - Restructured the example and Csharp binding directories due to above changes. - Added copyrights. - Added a Windows workflow for .NET 4.0 build and test.
4 lines
422 B
Plaintext
4 lines
422 B
Plaintext
The Regorus C# binding library can be built via command "dotnet build". We can use the Regorus C# binding library built from this
|
|
directory to create a Nuget. This Nuget will contain the Regorus C# binding library with definitions that
|
|
work for .NET framework 4.0 (net40) and above. Note the Nuget can only be created after the binding library has been built.
|
|
RegorusCsharp-Lib-x64.nuspec is built for x64 architecture. |