-
Notifications
You must be signed in to change notification settings - Fork 0
/
engenious.Pipeline.Core.csproj
35 lines (29 loc) · 1.61 KB
/
engenious.Pipeline.Core.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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>9.0</LangVersion>
<LitGitIncludeProjectUrl>true</LitGitIncludeProjectUrl>
<Nullable>enable</Nullable>
<DocumentationFile>$(BaseIntermediateOutputPath)/engenious.Pipeline.Core.xml</DocumentationFile>
<LiCoOutput>NOTICE</LiCoOutput>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<CompilerGeneratedFilesOutputPath>GeneratedFiles</CompilerGeneratedFilesOutputPath>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
</PropertyGroup>
<ItemGroup>
<None Include="LICENSE" Pack="true" PackagePath="" />
<None Include="GeneratedFiles\**" />
<Compile Remove="GeneratedFiles\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="LitGit" Version="0.2.0.58-alpha" PrivateAssets="all" />
<PackageReference Include="LiCo" Version="0.2.0.3-alpha" PrivateAssets="all" />
<PackageReference Include="NonSucking.Framework.Serialization" Version="0.1.0.80-alpha" OutputItemType="Analyzer" ReferenceOutputAssembly="true" PrivateAssets="all" />
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>
</Project>