Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Typo's
  • Loading branch information
aldrashan authored and xuzhg committed May 18, 2022
1 parent e03e5e7 commit 4653b4a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ That's it.

### 3.1 Building and Testing in Visual Studio

~~Visual Studio 2019 Preview is necessary to build the project.~~

Since the project introducts the .NET 6 targe framework to support `DateOnly` and `TimeOnly`, Visual Studio 2022 is required to build source project. (Edit at 2/10/2022)
Visual Studio 2022 is required to build the source project in order to support the `DateOnly` and `TimeOnly` types, which were introduced in .NET 6.

### 3.2 One-click build and test script in command line
Coming soon.
Expand All @@ -98,11 +96,11 @@ Coming soon.

The symbol package is uploaded to nuget symbol server.

It supports source link debug. Remember to make `Enable Source Link support` checked if you debug using Visual Studio.
It supports source link debug. Remember to check `Enable Source Link support` if you debug using Visual Studio.

### 3.4 Nightly Builds

The nightly build process will upload a NuGet packages for ASP.NET Core OData to:
The nightly build process will upload NuGet packages for ASP.NET Core OData to:

* https://www.myget.org/gallery/webapinetcore

Expand All @@ -124,7 +122,7 @@ To connect to webapinightly feed, use this feed URL:

### 5.1 Contribution

Any contribution, feature request, bug, issue are welcome.
Any contributions, feature requests, bugs and issues are welcome.

### 5.2 Support

Expand Down

0 comments on commit 4653b4a

Please sign in to comment.