We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ec2b2 commit f2abc72Copy full SHA for f2abc72
2 files changed
src/Client/UpdateClient/UpdateClient.Versioning.cs
@@ -13,7 +13,6 @@ public partial class UpdateClient
13
{
14
var httpRequest = new HttpRequestMessage(HttpMethod.Get,
15
$"{Constants.FullRouteName_Api_Versioning}/{Constants.RouteName_Api_Versioning_GetNextVersion}?rc={rc.QueryStringValue}");
16
- ApplyAuthorization(httpRequest);
17
18
var resp = await _http.SendAsync(httpRequest);
19
src/Server/Config.cs
@@ -1,6 +1,5 @@
1
using System.Diagnostics.CodeAnalysis;
2
using System.Text.Json;
3
-using System.Text.Json.Serialization;
4
using Gommon;
5
using Microsoft.Extensions.Configuration.Json;
6
using Microsoft.Extensions.FileProviders;
0 commit comments