Skip to content

Commit ff42377

Browse files
committed
use ErabliereAPI.Proxy as a nuget package
1 parent 29a6a4c commit ff42377

11 files changed

+5
-7149
lines changed
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
@@ -7,6 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10+
<PackageReference Include="ErabliereAPI.Proxy" Version="1.0.2" />
1011
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.1" />
1112
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
1213
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
@@ -16,8 +17,4 @@
1617
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
1718
</ItemGroup>
1819

19-
<ItemGroup>
20-
<ProjectReference Include="..\ErabliereAPI.Proxy\ErabliereAPI.Proxy.csproj" />
21-
</ItemGroup>
22-
2320
</Project>

CustomLogic.Common/ErabliereApiTasks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static async Task Send24ValuesAsync(IServiceProvider _provider, int[] val
1616

1717
var httpClient = httpClientfactory.CreateClient("ErabliereAPI");
1818

19-
var erabliereApi = new ErabliereApiProxy(options.BaseUrl, httpClient);
19+
var erabliereApi = new ErabliereAPIProxy(options.BaseUrl, httpClient);
2020

2121
for (int i = 0; i < values.Length; i++)
2222
{

DirectNet.Net.sln

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DirectNet.Net.Console", "Di
1111
EndProject
1212
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DirectNet.Net.GUI", "DirectNet.Net.GUI\DirectNet.Net.GUI.csproj", "{5742EE27-56EB-4830-8B4A-F32F936283A5}"
1313
EndProject
14-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ErabliereAPI.Proxy", "ErabliereAPI.Proxy\ErabliereAPI.Proxy.csproj", "{510640AC-E27F-4B94-8510-8311EBC494C6}"
15-
EndProject
16-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomLogic.Common", "CustomLogic.Common\CustomLogic.Common.csproj", "{F5CECBF1-D9C6-4D21-B9AB-583DC43937FA}"
14+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomLogic.Common", "CustomLogic.Common\CustomLogic.Common.csproj", "{F5CECBF1-D9C6-4D21-B9AB-583DC43937FA}"
1715
EndProject
1816
Global
1917
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -37,10 +35,6 @@ Global
3735
{5742EE27-56EB-4830-8B4A-F32F936283A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
3836
{5742EE27-56EB-4830-8B4A-F32F936283A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
3937
{5742EE27-56EB-4830-8B4A-F32F936283A5}.Release|Any CPU.Build.0 = Release|Any CPU
40-
{510640AC-E27F-4B94-8510-8311EBC494C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
41-
{510640AC-E27F-4B94-8510-8311EBC494C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
42-
{510640AC-E27F-4B94-8510-8311EBC494C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
43-
{510640AC-E27F-4B94-8510-8311EBC494C6}.Release|Any CPU.Build.0 = Release|Any CPU
4438
{F5CECBF1-D9C6-4D21-B9AB-583DC43937FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4539
{F5CECBF1-D9C6-4D21-B9AB-583DC43937FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
4640
{F5CECBF1-D9C6-4D21-B9AB-583DC43937FA}.Release|Any CPU.ActiveCfg = Release|Any CPU

DirectNet.Net/DirectNet.Net.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10+
<PackageReference Include="ErabliereAPI.Proxy" Version="1.0.2" />
1011
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" />
1112
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.0" />
1213
</ItemGroup>

ErabliereAPI.Proxy/AzureADClientCreadentialsOptions.cs

Lines changed: 0 additions & 24 deletions
This file was deleted.

ErabliereAPI.Proxy/AzureADClientCredentialsHandler.cs

Lines changed: 0 additions & 61 deletions
This file was deleted.

ErabliereAPI.Proxy/BearerToken.cs

Lines changed: 0 additions & 26 deletions
This file was deleted.

ErabliereAPI.Proxy/ErabliereAPI.Proxy.csproj

Lines changed: 0 additions & 14 deletions
This file was deleted.

ErabliereAPI.Proxy/ErabliereApiOptions.cs

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)