Skip to content

Commit

Permalink
Merge with develop branch and upgrade projects to dotnet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
JosepFe committed Feb 12, 2024
2 parents fd676e9 + ce6c93e commit e092f37
Show file tree
Hide file tree
Showing 703 changed files with 1,483 additions and 43,356 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,10 @@ FakesAssemblies/
# Dotnet Core
project.lock.json
/**/.vs/
/**/.vscode
/**/.idea/
/**/.sonarqube/

# AWS CDK
/**/cdk.out
/**/cdk.context.json

#Rider IDE
.idea/
2 changes: 1 addition & 1 deletion README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Devon4net is intended for building backend applications.
However denvonfw also has tools to build frontend client applications such as devon4ng.

[.text-center]
image:https://img.shields.io/badge/.Net Core-v6.0-blueviolet[".Net Core version 6.0",link=https://docs.microsoft.com/en-us/dotnet/core/whats-new/dotnet-6]
image:https://img.shields.io/badge/.Net Core-v8.0-blueviolet[".Net version 8.0",link=https://dotnet.microsoft.com/en-us/download/dotnet/8.0]
image:https://img.shields.io/badge/SonarQube-passed-successs[]
image:https://img.shields.io/badge/License-Apache 2.0-informational[]

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- [NuGet packages](#nuget-packages)
- [Complete documentation](#complete-documentation)


_NOTE: This is a .net 8 branch. The .net 8 is in RC Status. Please do not use this version/branch for production environments. devon4net only uses LTS versions_
Devon4Net is part of the devonfw free and open source framework for the .NET stack. It provides a solid architectural model based on *Onion Layered Design* for building cloud native solutions, microservices, WebAPI applications and protocol buffers (protobuf) applications.

Devon4net is intended for building backend applications.
Expand Down
Binary file removed assets/external/LambdaTestTool/LambdaTestTool.zip
Binary file not shown.
Binary file not shown.
47 changes: 22 additions & 25 deletions assets/nuget/Upload.cmd
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
dotnet nuget push Devon4Net.Infrastructure.AWS.CDK.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.AWS.Common.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.AWS.DynamoDb.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.AWS.Lambda.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.AWS.Logger.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.AWS.S3.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.AWS.Serverless.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.AWS.SQS.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.Azure.BlobStorage.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.Azure.Configuration.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.Azure.KeyVault.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.CircuitBreaker.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.Common.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.Cors.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.FluentValidation.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.Grpc.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.JWT.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.LiteDb.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.Logger.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.MediatR.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.Nexus.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.RabbitMQ.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.Swagger.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.UnitOfWork.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.Kafka.6.0.11.nupkg --api-key YOUR_API_KEY_HERE! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.AWS.CDK.8.0.1.nupkg --api-key PUT YOUR API KEY HERE!!! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.AWS.Common.8.0.1.nupkg --api-key PUT YOUR API KEY HERE!!! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.AWS.DynamoDb.8.0.1.nupkg --api-key PUT YOUR API KEY HERE!!! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.AWS.Lambda.8.0.1.nupkg --api-key PUT YOUR API KEY HERE!!! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.AWS.Logger.8.0.1.nupkg --api-key PUT YOUR API KEY HERE!!! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.AWS.S3.8.0.1.nupkg --api-key PUT YOUR API KEY HERE!!! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.AWS.Serverless.8.0.1.nupkg --api-key PUT YOUR API KEY HERE!!! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.AWS.SQS.8.0.1.nupkg --api-key PUT YOUR API KEY HERE!!! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.CircuitBreaker.8.0.1.nupkg --api-key PUT YOUR API KEY HERE!!! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.Common.8.0.1.nupkg --api-key PUT YOUR API KEY HERE!!! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.Cors.8.0.1.nupkg --api-key PUT YOUR API KEY HERE!!! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.FluentValidation.8.0.1.nupkg --api-key PUT YOUR API KEY HERE!!! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.Grpc.8.0.1.nupkg --api-key PUT YOUR API KEY HERE!!! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.JWT.8.0.1.nupkg --api-key PUT YOUR API KEY HERE!!! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.Kafka.8.0.1.nupkg --api-key PUT YOUR API KEY HERE!!! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.LiteDb.8.0.1.nupkg --api-key PUT YOUR API KEY HERE!!! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.Logger.8.0.1.nupkg --api-key PUT YOUR API KEY HERE!!! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.MediatR.8.0.1.nupkg --api-key PUT YOUR API KEY HERE!!! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.RabbitMQ.8.0.1.nupkg --api-key PUT YOUR API KEY HERE!!! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.Swagger.8.0.1.nupkg --api-key PUT YOUR API KEY HERE!!! --source https://api.nuget.org/v3/index.json
dotnet nuget push Devon4Net.Infrastructure.UnitOfWork.8.0.1.nupkg --api-key PUT YOUR API KEY HERE!!! --source https://api.nuget.org/v3/index.json

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Capgemini Valencia ",
"classifications": ["devonfw", "Devon4Net","Devon4NetAWS"],
"description": "Devon4Net AWS solution template for .net 6",
"description": "Devon4Net AWS solution template for .net 8",
"name": "Devon4Net AWS solution template",
"identity": "Devon4Net.AWS.DynamoDB",
"groupIdentity": "Devon4NetAWSDynamoDB",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Title>devon4net sample project for AWS DynamoDB</Title>
<Version>6.0.11</Version>
<TargetFramework>net6.0</TargetFramework>
<Version>8.0.1</Version>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<AWSProjectType>Lambda</AWSProjectType>
<AssemblyName>Devon4Net.Application.DynamoDb</AssemblyName>
Expand Down Expand Up @@ -46,18 +46,19 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.101.3" />
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.5.0" />
<PackageReference Include="Amazon.Lambda.RuntimeSupport" Version="1.8.2" />
<PackageReference Include="Amazon.Lambda.Core" Version="2.1.0" />
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.3.0" />
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.2" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.300.39" />
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.0" />
<PackageReference Include="Amazon.Lambda.RuntimeSupport" Version="1.10.0" />
<PackageReference Include="Amazon.Lambda.Core" Version="2.2.0" />
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.0" />
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.300" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Devon4Net.Infrastructure.AWS.Common" Version="6.0.11" />
<PackageReference Include="Devon4Net.Infrastructure.AWS.DynamoDb" Version="6.0.11" />
<PackageReference Include="Devon4Net.Infrastructure.AWS.Lambda" Version="6.0.11" />
<PackageReference Include="Devon4Net.Infrastructure.AWS.Common" Version="8.0.1" />
<PackageReference Include="Devon4Net.Infrastructure.AWS.DynamoDb" Version="8.0.1" />
<PackageReference Include="Devon4Net.Infrastructure.AWS.Lambda" Version="8.0.1" />
<PackageReference Include="Devon4Net.Infrastructure.AWS.Logger" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Devon4Net.Application.DynamoDb.Template</id>
<version>6.0.12</version>
<version>8.0.1</version>
<title>Devon4Net DynamoDb sample template</title>
<authors>iCSD/ADCenter Capgemini Valencia</authors>
<owners></owners>
Expand All @@ -11,7 +11,7 @@
<license type="file">content\assets\LICENSE</license>
<icon>content\assets\devonfw.png</icon>
<projectUrl>https://devonfw.com/</projectUrl>
<description>Project template to develop a lambda AWS application in .NET 6.0</description>
<description>Project template to develop a lambda AWS application in .NET 8.0</description>
<releaseNotes>.Net 6 LTS devon4net template. Support for AWS DynamoDb features</releaseNotes>
<copyright>Copyright © Capgemini</copyright>
<language>en-US</language>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Capgemini Valencia ",
"classifications": ["devonfw", "Devon4Net","Devon4NetAWS"],
"description": "Devon4Net AWS solution template for .net 6",
"description": "Devon4Net AWS solution template for .net 8",
"name": "Devon4Net AWS solution template",
"identity": "Devon4Net.AWS.Lambda",
"groupIdentity": "Devon4NetAWSLambda",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Title>devon4net Lambda sample project for AWS</Title>
<Version>6.0.11</Version>
<TargetFramework>net6.0</TargetFramework>
<Version>8.0.1</Version>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<AWSProjectType>Lambda</AWSProjectType>
<AssemblyName>Devon4Net.Application.Lambda</AssemblyName>
Expand Down Expand Up @@ -37,16 +37,16 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.5.0" />
<PackageReference Include="Amazon.Lambda.RuntimeSupport" Version="1.8.2" />
<PackageReference Include="Amazon.Lambda.Core" Version="2.1.0" />
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.3.0" />
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.0" />
<PackageReference Include="Amazon.Lambda.RuntimeSupport" Version="1.10.0" />
<PackageReference Include="Amazon.Lambda.Core" Version="2.2.0" />
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Devon4Net.Infrastructure.AWS.Common" Version="6.0.11" />
<PackageReference Include="Devon4Net.Infrastructure.AWS.S3" Version="6.0.11" />
<PackageReference Include="Devon4Net.Infrastructure.AWS.Lambda" Version="6.0.11" />
<PackageReference Include="Devon4Net.Infrastructure.AWS.Common" Version="8.0.1" />
<PackageReference Include="Devon4Net.Infrastructure.AWS.Lambda" Version="8.0.1" />
<PackageReference Include="Devon4Net.Infrastructure.AWS.Logger" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions assets/nuget/aws/lambda/devon4net-aws-lambda-template.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Devon4Net.Application.Lambda.Template</id>
<version>6.0.12</version>
<version>8.0.1</version>
<title>Devon4Net web API solution template</title>
<authors>iCSD/ADCenter Capgemini Valencia</authors>
<owners></owners>
Expand All @@ -11,7 +11,7 @@
<license type="file">content\assets\LICENSE</license>
<icon>content\assets\devonfw.png</icon>
<projectUrl>https://devonfw.com/</projectUrl>
<description>Project template to develop a lambda AWS application in .NET 6.0</description>
<description>Project template to develop a lambda AWS application in .NET 8.0</description>
<releaseNotes>.Net 6 LTS devon4net template. Support for Kafka, RabbitMq lifecycle, LiteDB and other improvements like HTTP2, JWT, Swagger, UoW, HTTP security via certificates, killswitch functionality and many more features.</releaseNotes>
<copyright>Copyright © Capgemini</copyright>
<language>en-US</language>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Capgemini Valencia ",
"classifications": ["devonfw", "Devon4Net","Devon4NetAWS"],
"description": "Devon4Net AWS solution template for .net 6",
"description": "Devon4Net AWS solution template for .net 8",
"name": "Devon4Net AWS solution template",
"identity": "Devon4Net.AWS.Serverless",
"groupIdentity": "Devon4NetAWSServerless",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,25 @@

<PropertyGroup>
<Title>devon4net serverless API sample project for AWS</Title>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<AWSProjectType>Lambda</AWSProjectType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IsPackable>true</IsPackable>
<IsPackable>true</IsPackable>
<NoWarn>$(NoWarn);NETSDK1206;1701;1702;NU1608;CA1822</NoWarn>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Amazon.Lambda.AspNetCoreServer" Version="7.3.0" />
<PackageReference Include="Amazon.Lambda.AspNetCoreServer" Version="8.1.1" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Devon4Net.Infrastructure.AWS.Common" Version="6.0.11" />
<PackageReference Include="Devon4Net.Infrastructure.AWS.Serverless" Version="6.0.11" />
<PackageReference Include="Devon4Net.Infrastructure.Cors" Version="6.0.11" />
<PackageReference Include="Devon4Net.Infrastructure.Logger" Version="6.0.11" />
<PackageReference Include="Devon4Net.Infrastructure.Swagger" Version="6.0.11" />
<PackageReference Include="Devon4Net.Infrastructure.Common" Version="6.0.11" />
<PackageReference Include="Devon4Net.Infrastructure.AWS.Common" Version="8.0.1" />
<PackageReference Include="Devon4Net.Infrastructure.AWS.Serverless" Version="8.0.1" />
<PackageReference Include="Devon4Net.Infrastructure.Cors" Version="8.0.1" />
<PackageReference Include="Devon4Net.Infrastructure.Logger" Version="8.0.1" />
<PackageReference Include="Devon4Net.Infrastructure.Swagger" Version="8.0.1" />
<PackageReference Include="Devon4Net.Infrastructure.Common" Version="8.0.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Devon4Net.Application.Serverless.Template</id>
<version>6.0.11</version>
<version>8.0.1</version>
<title>Devon4Net web API solution template</title>
<authors>iCSD/ADCenter Capgemini Valencia</authors>
<owners></owners>
Expand All @@ -11,7 +11,7 @@
<license type="file">content\assets\LICENSE</license>
<icon>content\assets\devonfw.png</icon>
<projectUrl>https://devonfw.com/</projectUrl>
<description>Project template to develop a lambda AWS application in .NET 6.0</description>
<description>Project template to develop a lambda AWS application in .NET 8.0</description>
<releaseNotes>.Net 6 LTS devon4net template. Support for Kafka, RabbitMq lifecycle, LiteDB and other improvements like HTTP2, JWT, Swagger, UoW, HTTP security via certificates, killswitch functionality and many more features.</releaseNotes>
<copyright>Copyright © Capgemini</copyright>
<language>en-US</language>
Expand Down
2 changes: 1 addition & 1 deletion assets/nuget/gRPC/content/.template.config/template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Capgemini Valencia ",
"classifications": ["devonfw", "Devon4Net","Devon4NetgRPC"],
"description": "Devon4Net gRPC solution template for .net 6",
"description": "Devon4Net gRPC solution template for .net 8",
"name": "Devon4Net gRPC solution template",
"identity": "Devon4Net.gRPC",
"groupIdentity": "Devon4NetgRPC",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@

<PropertyGroup>
<Title>devon4net sample project for protobuf client</Title>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>disable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IsPackable>true</IsPackable>
<NoWarn>$(NoWarn);NETSDK1206;1701;1702;NU1608;CA1822</NoWarn>
</PropertyGroup>

<ItemGroup>
<None Remove="Protos\greet.proto" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Grpc.Net.Client" Version="2.50.0" />
<PackageReference Include="Grpc.Tools" Version="2.51.0">
<PackageReference Include="Grpc.Net.Client" Version="2.60.0" />
<PackageReference Include="Grpc.Tools" Version="2.60.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Devon4Net.Infrastructure.Cors" Version="6.0.11" />
<PackageReference Include="Devon4Net.Infrastructure.Grpc" Version="6.0.11" />
<PackageReference Include="Devon4Net.Infrastructure.Logger" Version="6.0.11" />
<PackageReference Include="Devon4Net.Infrastructure.Swagger" Version="6.0.11" />
<PackageReference Include="Devon4Net.Infrastructure.Cors" Version="8.0.1" />
<PackageReference Include="Devon4Net.Infrastructure.Grpc" Version="8.0.1" />
<PackageReference Include="Devon4Net.Infrastructure.Logger" Version="8.0.1" />
<PackageReference Include="Devon4Net.Infrastructure.Swagger" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit e092f37

Please sign in to comment.