-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsoftaware.Cqs.Decorators.ApplicationInsights.DependencyInjection.csproj
44 lines (39 loc) · 2.08 KB
/
softaware.Cqs.Decorators.ApplicationInsights.DependencyInjection.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>softaware gmbh</Authors>
<Company>softaware gmbh</Company>
<Description>Dependency injection builder extensions for the softaware.CQS.Decorators.ApplicationInsights package.</Description>
<PackageTags>softaware, command-query-separation</PackageTags>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/softawaregmbh/library-cqs</PackageProjectUrl>
<RepositoryUrl>https://github.com/softawaregmbh/library-cqs</RepositoryUrl>
<Version>4.0.0</Version>
<PackageId>softaware.CQS.Decorators.ApplicationInsights.DependencyInjection</PackageId>
<PackageIcon>package-icon.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<FileVersion>4.0.0.0</FileVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<Content Include="..\Assets\package-icon.png" Link="package-icon.png" Pack="true" PackagePath="/" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\softaware.Cqs.Decorators.ApplicationInsights\softaware.Cqs.Decorators.ApplicationInsights.csproj" />
<ProjectReference Include="..\softaware.Cqs.DependencyInjection\softaware.Cqs.DependencyInjection.csproj" />
</ItemGroup>
</Project>