Skip to content

Commit

Permalink
Feature[#513]迁移部分基础组件和抽象到nuget (#514)
Browse files Browse the repository at this point in the history
* feat[#513]: migrate Ray.Serilog.Sinks to

* feat[#513]:migrate componets to nuget

* chore: update change log
  • Loading branch information
RayWangQvQ authored Mar 26, 2023
1 parent 89e00ad commit e10251c
Show file tree
Hide file tree
Showing 65 changed files with 47 additions and 2,505 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,6 @@
- Merge PR #472 : add reverse proxy host for telegram notification
- Merge PR #483 : update login field for entrypoint
## 1.0.3
- Fix #486 : fix release zip error
- Fix #486 : fix release zip error
## 2.0.0
- Feature[#513]:将基础组件和抽象迁移到nuget包中
84 changes: 2 additions & 82 deletions Ray.BiliBiliTool.sln
Original file line number Diff line number Diff line change
Expand Up @@ -70,29 +70,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docker", "docker", "{A93210
docker\README.md = docker\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Ray.Serilog.Sinks", "Ray.Serilog.Sinks", "{4BAFC980-7A73-45C3-9460-8B8CCB87939B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{2F1CB892-336C-4672-8A0A-FBAEB4B9EA8A}"
ProjectSection(SolutionItems) = preProject
docker\sample\docker-compose.yml = docker\sample\docker-compose.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ray.Serilog.Sinks.Batched", "src\Ray.Serilog.Sinks\Ray.Serilog.Sinks.Batched\Ray.Serilog.Sinks.Batched.csproj", "{46EF6150-5D68-46B5-AA89-4198185FAF1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ray.Serilog.Sinks.CoolPushBatched", "src\Ray.Serilog.Sinks\Ray.Serilog.Sinks.CoolPushBatched\Ray.Serilog.Sinks.CoolPushBatched.csproj", "{8CEDF9C9-03CC-4B4F-8D67-9368E5969E21}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ray.Serilog.Sinks.DingTalkBatched", "src\Ray.Serilog.Sinks\Ray.Serilog.Sinks.DingTalkBatched\Ray.Serilog.Sinks.DingTalkBatched.csproj", "{043B065E-1CDF-43DA-A14D-3CDCB039EC24}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ray.Serilog.Sinks.OtherApiBatched", "src\Ray.Serilog.Sinks\Ray.Serilog.Sinks.OtherApiBatched\Ray.Serilog.Sinks.OtherApiBatched.csproj", "{02383C93-308C-4DAD-99AB-5348B4432512}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ray.Serilog.Sinks.PushPlusBatched", "src\Ray.Serilog.Sinks\Ray.Serilog.Sinks.PushPlusBatched\Ray.Serilog.Sinks.PushPlusBatched.csproj", "{C6C3A486-2B1B-47B7-814E-4A5DBF1EA788}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ray.Serilog.Sinks.ServerChanBatched", "src\Ray.Serilog.Sinks\Ray.Serilog.Sinks.ServerChanBatched\Ray.Serilog.Sinks.ServerChanBatched.csproj", "{0BF3E821-AFD3-4AE4-A155-BA04F3269327}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ray.Serilog.Sinks.TelegramBatched", "src\Ray.Serilog.Sinks\Ray.Serilog.Sinks.TelegramBatched\Ray.Serilog.Sinks.TelegramBatched.csproj", "{566DE314-E766-4C75-B8A8-27EDBB8F06D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ray.Serilog.Sinks.WorkWeiXinBatched", "src\Ray.Serilog.Sinks\Ray.Serilog.Sinks.WorkWeiXinBatched\Ray.Serilog.Sinks.WorkWeiXinBatched.csproj", "{F2AFCE4C-42A2-4EB1-873B-7C9EB062C002}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{C0173851-1515-4BE1-A018-84E0B64A6877}"
ProjectSection(SolutionItems) = preProject
docs\configuration.md = docs\configuration.md
Expand Down Expand Up @@ -147,15 +129,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{75A9CC5C
docker\build\buildImage_arm64.cmd = docker\build\buildImage_arm64.cmd
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ray.Serilog.Sinks.WorkWeiXinAppBatched", "src\Ray.Serilog.Sinks\Ray.Serilog.Sinks.WorkWeiXinAppBatched\Ray.Serilog.Sinks.WorkWeiXinAppBatched.csproj", "{099C4E10-1114-495C-A664-63A15E77B31A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ray.Serilog.Sinks.MicrosoftTeamsBatched", "src\Ray.Serilog.Sinks\Ray.Serilog.Sinks.MicrosoftTeamsBatched\Ray.Serilog.Sinks.MicrosoftTeamsBatched.csproj", "{FB9A43DE-00F0-42C4-BF92-AF61D752CCA2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ray.Serilog.Sinks.GotifyBatched", "src\Ray.Serilog.Sinks\Ray.Serilog.Sinks.GotifyBatched\Ray.Serilog.Sinks.GotifyBatched.csproj", "{B00FF75D-4C48-45ED-9A24-5C0D383317EE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppServiceTest", "test\AppServiceTest\AppServiceTest.csproj", "{1D9DFF34-71EA-44AE-85B0-1F10C9BA0D81}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AppServiceTest", "test\AppServiceTest\AppServiceTest.csproj", "{1D9DFF34-71EA-44AE-85B0-1F10C9BA0D81}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DomainServiceTest", "test\DomainServiceTest\DomainServiceTest.csproj", "{26B21C30-7358-4E7B-A73E-2272F10A6CA8}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DomainServiceTest", "test\DomainServiceTest\DomainServiceTest.csproj", "{26B21C30-7358-4E7B-A73E-2272F10A6CA8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -199,54 +175,10 @@ Global
{7105652A-B1C1-4F9E-BA38-8034BC8B26B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7105652A-B1C1-4F9E-BA38-8034BC8B26B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7105652A-B1C1-4F9E-BA38-8034BC8B26B4}.Release|Any CPU.Build.0 = Release|Any CPU
{46EF6150-5D68-46B5-AA89-4198185FAF1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46EF6150-5D68-46B5-AA89-4198185FAF1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46EF6150-5D68-46B5-AA89-4198185FAF1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46EF6150-5D68-46B5-AA89-4198185FAF1A}.Release|Any CPU.Build.0 = Release|Any CPU
{8CEDF9C9-03CC-4B4F-8D67-9368E5969E21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CEDF9C9-03CC-4B4F-8D67-9368E5969E21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CEDF9C9-03CC-4B4F-8D67-9368E5969E21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CEDF9C9-03CC-4B4F-8D67-9368E5969E21}.Release|Any CPU.Build.0 = Release|Any CPU
{043B065E-1CDF-43DA-A14D-3CDCB039EC24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{043B065E-1CDF-43DA-A14D-3CDCB039EC24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{043B065E-1CDF-43DA-A14D-3CDCB039EC24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{043B065E-1CDF-43DA-A14D-3CDCB039EC24}.Release|Any CPU.Build.0 = Release|Any CPU
{02383C93-308C-4DAD-99AB-5348B4432512}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02383C93-308C-4DAD-99AB-5348B4432512}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02383C93-308C-4DAD-99AB-5348B4432512}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02383C93-308C-4DAD-99AB-5348B4432512}.Release|Any CPU.Build.0 = Release|Any CPU
{C6C3A486-2B1B-47B7-814E-4A5DBF1EA788}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6C3A486-2B1B-47B7-814E-4A5DBF1EA788}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6C3A486-2B1B-47B7-814E-4A5DBF1EA788}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6C3A486-2B1B-47B7-814E-4A5DBF1EA788}.Release|Any CPU.Build.0 = Release|Any CPU
{0BF3E821-AFD3-4AE4-A155-BA04F3269327}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BF3E821-AFD3-4AE4-A155-BA04F3269327}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BF3E821-AFD3-4AE4-A155-BA04F3269327}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BF3E821-AFD3-4AE4-A155-BA04F3269327}.Release|Any CPU.Build.0 = Release|Any CPU
{566DE314-E766-4C75-B8A8-27EDBB8F06D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{566DE314-E766-4C75-B8A8-27EDBB8F06D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{566DE314-E766-4C75-B8A8-27EDBB8F06D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{566DE314-E766-4C75-B8A8-27EDBB8F06D8}.Release|Any CPU.Build.0 = Release|Any CPU
{F2AFCE4C-42A2-4EB1-873B-7C9EB062C002}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2AFCE4C-42A2-4EB1-873B-7C9EB062C002}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2AFCE4C-42A2-4EB1-873B-7C9EB062C002}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2AFCE4C-42A2-4EB1-873B-7C9EB062C002}.Release|Any CPU.Build.0 = Release|Any CPU
{F6B8ED3A-5428-4D26-8172-8B41FBF0C4CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6B8ED3A-5428-4D26-8172-8B41FBF0C4CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6B8ED3A-5428-4D26-8172-8B41FBF0C4CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6B8ED3A-5428-4D26-8172-8B41FBF0C4CF}.Release|Any CPU.Build.0 = Release|Any CPU
{099C4E10-1114-495C-A664-63A15E77B31A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{099C4E10-1114-495C-A664-63A15E77B31A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{099C4E10-1114-495C-A664-63A15E77B31A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{099C4E10-1114-495C-A664-63A15E77B31A}.Release|Any CPU.Build.0 = Release|Any CPU
{FB9A43DE-00F0-42C4-BF92-AF61D752CCA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB9A43DE-00F0-42C4-BF92-AF61D752CCA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB9A43DE-00F0-42C4-BF92-AF61D752CCA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB9A43DE-00F0-42C4-BF92-AF61D752CCA2}.Release|Any CPU.Build.0 = Release|Any CPU
{B00FF75D-4C48-45ED-9A24-5C0D383317EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B00FF75D-4C48-45ED-9A24-5C0D383317EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B00FF75D-4C48-45ED-9A24-5C0D383317EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B00FF75D-4C48-45ED-9A24-5C0D383317EE}.Release|Any CPU.Build.0 = Release|Any CPU
{1D9DFF34-71EA-44AE-85B0-1F10C9BA0D81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D9DFF34-71EA-44AE-85B0-1F10C9BA0D81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D9DFF34-71EA-44AE-85B0-1F10C9BA0D81}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -276,25 +208,13 @@ Global
{73DD457B-E06E-45ED-A6BA-7E3C02F8BDF1} = {F3DE0D72-426B-4AD9-B3ED-3343CF4223F1}
{61613EF4-3644-42D4-A620-70547291FB38} = {73DD457B-E06E-45ED-A6BA-7E3C02F8BDF1}
{A93210FD-27B6-40E4-B08D-391F96CA2754} = {F3DE0D72-426B-4AD9-B3ED-3343CF4223F1}
{4BAFC980-7A73-45C3-9460-8B8CCB87939B} = {110D3D21-8E9B-45AB-9667-6DA1DB3862AC}
{2F1CB892-336C-4672-8A0A-FBAEB4B9EA8A} = {A93210FD-27B6-40E4-B08D-391F96CA2754}
{46EF6150-5D68-46B5-AA89-4198185FAF1A} = {4BAFC980-7A73-45C3-9460-8B8CCB87939B}
{8CEDF9C9-03CC-4B4F-8D67-9368E5969E21} = {4BAFC980-7A73-45C3-9460-8B8CCB87939B}
{043B065E-1CDF-43DA-A14D-3CDCB039EC24} = {4BAFC980-7A73-45C3-9460-8B8CCB87939B}
{02383C93-308C-4DAD-99AB-5348B4432512} = {4BAFC980-7A73-45C3-9460-8B8CCB87939B}
{C6C3A486-2B1B-47B7-814E-4A5DBF1EA788} = {4BAFC980-7A73-45C3-9460-8B8CCB87939B}
{0BF3E821-AFD3-4AE4-A155-BA04F3269327} = {4BAFC980-7A73-45C3-9460-8B8CCB87939B}
{566DE314-E766-4C75-B8A8-27EDBB8F06D8} = {4BAFC980-7A73-45C3-9460-8B8CCB87939B}
{F2AFCE4C-42A2-4EB1-873B-7C9EB062C002} = {4BAFC980-7A73-45C3-9460-8B8CCB87939B}
{DD86F293-AE70-46CF-837C-8870D8F51237} = {F3DE0D72-426B-4AD9-B3ED-3343CF4223F1}
{1C6CC38A-A5D5-41EF-9072-70AEEEA211F7} = {F3DE0D72-426B-4AD9-B3ED-3343CF4223F1}
{DE60A16C-CA3B-45E9-8A9D-0E91ACEBDEE0} = {1C6CC38A-A5D5-41EF-9072-70AEEEA211F7}
{830361B7-BCC1-4853-879A-761B0FD86826} = {73DD457B-E06E-45ED-A6BA-7E3C02F8BDF1}
{F6B8ED3A-5428-4D26-8172-8B41FBF0C4CF} = {E9BDDCBE-A57D-4E3B-8252-708088386ADF}
{75A9CC5C-DF92-4D72-A14C-625AA902855B} = {A93210FD-27B6-40E4-B08D-391F96CA2754}
{099C4E10-1114-495C-A664-63A15E77B31A} = {4BAFC980-7A73-45C3-9460-8B8CCB87939B}
{FB9A43DE-00F0-42C4-BF92-AF61D752CCA2} = {4BAFC980-7A73-45C3-9460-8B8CCB87939B}
{B00FF75D-4C48-45ED-9A24-5C0D383317EE} = {4BAFC980-7A73-45C3-9460-8B8CCB87939B}
{1D9DFF34-71EA-44AE-85B0-1F10C9BA0D81} = {E9BDDCBE-A57D-4E3B-8252-708088386ADF}
{26B21C30-7358-4E7B-A73E-2272F10A6CA8} = {E9BDDCBE-A57D-4E3B-8252-708088386ADF}
EndGlobalSection
Expand Down
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Authors>Ray</Authors>
<Version>1.0.3</Version>
<Version>2.0.0</Version>
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Ray.BiliBiliTool.Agent/Ray.BiliBiliTool.Agent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="6.0.3" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" />
<PackageReference Include="Scrutor" Version="4.2.0" />
Expand Down
22 changes: 11 additions & 11 deletions src/Ray.BiliBiliTool.Application/VipBigPointAppService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public override async Task DoTaskAsync(CancellationToken cancellationToken)

var re = await _vipApi.GetTaskList();

if (re.Code != 0) throw new Exception(re.ToJson());
if (re.Code != 0) throw new Exception(re.ToJsonStr());

VipTaskInfo taskInfo = re.Data;
taskInfo.LogInfo(_logger);
Expand Down Expand Up @@ -103,11 +103,11 @@ private async Task<VipTaskInfo> Sign(VipTaskInfo info)
}

var re = await _vipApi.Sign(new SignRequest());
if (re.Code != 0) throw new Exception(re.ToJson());
if (re.Code != 0) throw new Exception(re.ToJsonStr());

//确认
var infoResult = await _vipApi.GetTaskList();
if (infoResult.Code != 0) throw new Exception(infoResult.ToJson());
if (infoResult.Code != 0) throw new Exception(infoResult.ToJsonStr());
info = infoResult.Data;

_logger.LogInformation("今日可获得签到积分:{score}", info.Task_info.Sing_task_item.TodayHistory?.Score);
Expand Down Expand Up @@ -143,7 +143,7 @@ private async Task<VipTaskInfo> Bonus(VipTaskInfo info)
if (re)
{
var infoResult = await _vipApi.GetTaskList();
if (infoResult.Code != 0) throw new Exception(infoResult.ToJson());
if (infoResult.Code != 0) throw new Exception(infoResult.ToJsonStr());
info = infoResult.Data;
bonusTask = GetTarget(info);

Expand Down Expand Up @@ -186,7 +186,7 @@ private async Task<VipTaskInfo> Privilege(VipTaskInfo info)
if (re)
{
var infoResult = await _vipApi.GetTaskList();
if (infoResult.Code != 0) throw new Exception(infoResult.ToJson());
if (infoResult.Code != 0) throw new Exception(infoResult.ToJsonStr());
info = infoResult.Data;
privilegeTask = GetTarget(info);

Expand Down Expand Up @@ -231,7 +231,7 @@ private async Task<VipTaskInfo> ViewAnimate(VipTaskInfo info)
if (re)
{
var infoResult = await _vipApi.GetTaskList();
if (infoResult.Code != 0) throw new Exception(infoResult.ToJson());
if (infoResult.Code != 0) throw new Exception(infoResult.ToJsonStr());
info = infoResult.Data;
targetTask = GetTarget(info);

Expand Down Expand Up @@ -276,7 +276,7 @@ private async Task<VipTaskInfo> ViewFilmChannel(VipTaskInfo info)
if (re)
{
var infoResult = await _vipApi.GetTaskList();
if (infoResult.Code != 0) throw new Exception(infoResult.ToJson());
if (infoResult.Code != 0) throw new Exception(infoResult.ToJsonStr());
info = infoResult.Data;
targetTask = GetTarget(info);

Expand Down Expand Up @@ -433,12 +433,12 @@ private async Task TryReceive(string taskCode)
if (re.Code == 0)
_logger.LogInformation("领取任务成功");
else
_logger.LogInformation("领取任务失败:{msg}", re.ToJson());
_logger.LogInformation("领取任务失败:{msg}", re.ToJsonStr());
}
catch (Exception e)
{
_logger.LogError("领取任务异常");
_logger.LogError(e.Message + re?.ToJson());
_logger.LogError(e.Message + re?.ToJsonStr());
}
}

Expand All @@ -454,7 +454,7 @@ private async Task<bool> Complete(string taskCode)

else
{
_logger.LogInformation("失败:{msg}", re.ToJson());
_logger.LogInformation("失败:{msg}", re.ToJsonStr());
return false;
}
}
Expand All @@ -474,7 +474,7 @@ private async Task<bool> CompleteView(string code)

else
{
_logger.LogInformation("浏览失败:{msg}", re.ToJson());
_logger.LogInformation("浏览失败:{msg}", re.ToJsonStr());
return false;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Ray.BiliBiliTool.Config/Ray.BiliBiliTool.Config.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="6.0.0" />
Expand Down
Loading

0 comments on commit e10251c

Please sign in to comment.