Skip to content

Commit c8f842e

Browse files
authored
Update README.md
1 parent eda0769 commit c8f842e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ A .NET SDK for integrating with the Dropbox API v2.
77
- Windows Store Apps
88
- Windows Phone 8 and 8.1 Apps
99
- Silverlight 5.0
10-
- .NET Standard 1.1+ (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.)
10+
- .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.)
1112
## Setup
1213

1314
To get started with Dropbox.NET, we recommend you add it to your project using NuGet.
@@ -52,7 +53,7 @@ You can also build the SDK or create local nuget package from source code direct
5253
- Visual Studio 2013 or above.
5354
- Python 2.7 or above.
5455
- [Optional] Sandcastle Help File Builder installed (https://github.com/EWSoftware/SHFB/releases). This is only required for doc generation.
55-
- [Optional] Visual Studio 2017 or above. This is required to generate .Net Standard package
56+
- [Optional] Visual Studio 2017 or above. This is required to generate .NET Standard package
5657

5758
2. Clone the repository and update submodules.
5859
```

0 commit comments

Comments
 (0)