File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
accepted/2020/json-http-extensions Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,9 @@ public async Task CreateCustomerAsync<T>(Customer customer)
91
91
### Goals
92
92
93
93
* Must work on .NET Standard 2.1, but 2.0 would be preferred.
94
- * We need to ship this at Build with Blazor (prerelease is OK, but it needs to
95
- be an official release on nuget.org)
94
+ * ~~ We need to ship this at Build with Blazor (prerelease is OK, but it needs to
95
+ be an official release on nuget.org)~~
96
+ * We need stable release by Build nuget.org and a preview by mid March
96
97
* Build a pit-of-success for ` HttpClient ` and ` System.Text.Json ` when you are
97
98
the client (servers are often clients too!)
98
99
* Make it terse to do the common things – based on experience it is also the
You can’t perform that action at this time.
0 commit comments