Skip to content

Commit 9f432b5

Browse files
authored
Update Readme with updated versions (#123)
1 parent 9921e63 commit 9f432b5

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

README.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33
A .NET SDK for integrating with the Dropbox API v2.
44

55
## 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+
107
- .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+
129
## Setup
1310

1411
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
3431
## Examples
3532

3633
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.
4134
* [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;
4235
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
4538

4639
## Documentation
4740

@@ -52,10 +45,9 @@ You can also build the SDK or create local nuget package from source code direct
5245
### Basic Setup
5346

5447
1. Prerequisites:
55-
- Visual Studio 2013 or above.
56-
- Python 2.7 or above.
48+
- Visual Studio 2017 or above.
49+
- Python 2.7
5750
- [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
5951

6052
2. Clone the repository and update submodules.
6153
```

0 commit comments

Comments
 (0)