You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,42 @@ There is a breaking change in the **arguments** property in CNTK python API. The
158
158
- Updated `Min`/`Max` import implementation to handle variadic inputs.
159
159
- Fixed possible file corruption when resaving on top of existing ONNX model file.
160
160
161
+
## .Net Support
162
+
The Cntk.Core.Managed library has officially been converted to .Net Standard and supports .Net Core and .Net Framework applications on both Windows and Linux. Starting from this release, .Net developers should be able to restore CNTK Nuget packages using new .Net SDK style project file with package management format set to PackageReference.
163
+
164
+
The following C# code now works on both Windows and Linux:
0 commit comments