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
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,9 @@
3
3
A .NET SDK for integrating with the Dropbox API v2.
4
4
5
5
## Support Platforms
6
-
- .NET Framework 4+
7
-
- Windows Store Apps
8
-
- Windows Phone 8 and 8.1 Apps
9
-
- Silverlight 5.0
6
+
- .NET Framework 4.5+
10
7
- .NET Standard 2.0+
11
-
- .NET Standard 1.x (Note: If you are using project.json, you need to add `portable-net45+win8` to imports under you frameworks section. If you are using .csproj file, you need to add `<PackageTargetFallback>portable-net45+win8</PackageTargetFallback>` element to your project.)
8
+
12
9
## Setup
13
10
14
11
To get started with Dropbox.NET, we recommend you add it to your project using NuGet.
@@ -34,14 +31,10 @@ You can also view our OAuth [guide](https://www.dropbox.com/lp/developers/refere
34
31
## Examples
35
32
36
33
Several examples can be found in the [examples](https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/dropbox-sdk-dotnet/Examples) directory:
37
-
*[SimpleBlogDemo](https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/dropbox-sdk-dotnet/Examples/SimpleBlogDemo) — An ASP.NET MVC application that creates a simple blogging
38
-
platform, this shows how to upload and download files.
39
-
*[SimpleBusinessDashboard](https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/dropbox-sdk-dotnet/Examples/SimpleBusinessDashboard) — An ASP.NET MVC application that creates a simple business
40
-
dashboard, showcasing the Dropbox Business endpoints.
41
34
*[SimpleTest](https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/dropbox-sdk-dotnet/Examples/SimpleTest) — A windows console application that demonstrates basic use of the SDK;
42
35
this also contains code that connects with OAuth2 using WPF.
43
-
*[UniversalDemo](https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/dropbox-sdk-dotnet/Examples/UniversalDemo/UniversalDemo) — A slide show app for both Windows Store and
44
-
Windows Phone 8.1
36
+
*[BasicOAuth](https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/dropbox-sdk-dotnet/Examples/OauthBasic) - A simple console application the demonstrates the basic oauth flows
37
+
*[PKCEOAuth](https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/dropbox-sdk-dotnet/Examples/OAuthPKCE) - A simple console application that demonstrates authentication via PKCE
45
38
46
39
## Documentation
47
40
@@ -52,10 +45,9 @@ You can also build the SDK or create local nuget package from source code direct
52
45
### Basic Setup
53
46
54
47
1. Prerequisites:
55
-
- Visual Studio 2013 or above.
56
-
- Python 2.7 or above.
48
+
- Visual Studio 2017 or above.
49
+
- Python 2.7
57
50
-[Optional] Sandcastle Help File Builder installed (https://github.com/EWSoftware/SHFB/releases). This is only required for doc generation.
58
-
-[Optional] Visual Studio 2017 or above. This is required to generate .NET Standard package
0 commit comments