diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-11-14 00:16:29 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-11-14 00:16:29 +0300 |
commit | ac20bbfc05c26766e9a16fbf7c6406db68cf05ae (patch) | |
tree | 1cb5a936c315fc8ff25fe898ad88709b75e67e29 | |
parent | bb338401856899d3f9e1506d31b00f1fb6b541ff (diff) |
Embeding libraries
-rw-r--r-- | RhSolutions.AddIn/RhSolutions-AddIn.dna | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/RhSolutions.AddIn/RhSolutions-AddIn.dna b/RhSolutions.AddIn/RhSolutions-AddIn.dna index 1c5ee48..44b2e29 100644 --- a/RhSolutions.AddIn/RhSolutions-AddIn.dna +++ b/RhSolutions.AddIn/RhSolutions-AddIn.dna @@ -6,8 +6,16 @@ <Reference Path="Microsoft.Bcl.HashCode.dll" Pack="true" /> <Reference Path="Microsoft.Extensions.Caching.Abstractions.dll" Pack="true" /> <Reference Path="Microsoft.Extensions.Caching.Memory.dll" Pack="true" /> + <Reference Path="Microsoft.Extensions.Configuration.Abstractions.dll" Pack="true" /> + <Reference Path="Microsoft.Extensions.Configuration.dll" Pack="true" /> + <Reference Path="Microsoft.Extensions.Configuration.FileExtensions.dll" Pack="true" /> + <Reference Path="Microsoft.Extensions.Configuration.Json.dll" Pack="true" /> + <Reference Path="Microsoft.Extensions.Configuration.UserSecrets.dll" Pack="true" /> <Reference Path="Microsoft.Extensions.DependencyInjection.Abstractions.dll" Pack="true" /> <Reference Path="Microsoft.Extensions.DependencyInjection.dll" Pack="true" /> + <Reference Path="Microsoft.Extensions.FileProviders.Abstractions.dll" Pack="true" /> + <Reference Path="Microsoft.Extensions.FileProviders.Physical.dll" Pack="true" /> + <Reference Path="Microsoft.Extensions.FileSystemGlobbing.dll" Pack="true" /> <Reference Path="Microsoft.Extensions.Http.dll" Pack="true" /> <Reference Path="Microsoft.Extensions.Logging.Abstractions.dll" Pack="true" /> <Reference Path="Microsoft.Extensions.Logging.dll" Pack="true" /> @@ -21,6 +29,8 @@ <Reference Path="System.Memory.dll" Pack="true" /> <Reference Path="System.Numerics.Vectors.dll" Pack="true" /> <Reference Path="System.Runtime.CompilerServices.Unsafe.dll" Pack="true" /> + <Reference Path="System.Text.Encodings.Web.dll" Pack="true" /> + <Reference Path="System.Text.Json.dll" Pack="true" /> <Reference Path="System.Threading.Tasks.Extensions.dll" Pack="true" /> <Reference Path="System.ValueTuple.dll" Pack="true" /> <Reference Path="SnippingTool.dll" Pack="true" /> |