Skip to content

Commit b92b399

Browse files
authored
Update README.md
1 parent 0f171c5 commit b92b399

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
![](http://i.pi.gy/8ZDDE.png)
2+
[![NuGet](https://img.shields.io/nuget/v/NeuralNetwork.NET.svg)](https://www.nuget.org/packages/NeuralNetwork.NET/) [![NuGet](https://img.shields.io/nuget/dt/NeuralNetwork.NET.svg)](https://www.nuget.org/stats/packages/NeuralNetwork.NET?groupby=Version) [![Twitter Follow](https://img.shields.io/twitter/follow/Sergio0694.svg?style=social&label=Follow)](https://twitter.com/SergioPedri)
23

34
# What is it?
45

@@ -140,10 +141,10 @@ There's also an additional `SaveMetadataAsJson` method to export the metadata of
140141
# Requirements
141142

142143
The **NeuralNetwork.NET** library requires .NET Standard 2.0 support, so it is available for applications targeting:
143-
- .NET Framework >= 4.7.1
144+
- .NET Framework >= 4.6.1
144145
- .NET Core >= 2.0
145-
- New versions of Mono and Xamarin.
146+
- UWP (from SDK 10.0.16299)
147+
- Mono 5.4
148+
- Xamarin.iOS 10.14, Xamarin.Mac 3.8, Xamarin.Android 8.0
146149

147150
In addition to the frameworks above, you need an IDE with C# 7.2 support to compile the library on your PC.
148-
149-
The cuDNN layers require .NET Framework, Xamarin or Mono and a CUDA enabled GPU.

0 commit comments

Comments
 (0)