|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | | - <PropertyGroup> |
3 | | - <TargetFramework>netstandard2.1</TargetFramework> |
4 | | - <OutputType>Library</OutputType> |
5 | | - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
6 | | - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
7 | | - <Company>IntelliTect-Nuget</Company> |
8 | | - <Description>A utility library for IntelliTect</Description> |
9 | | - <Copyright>Copyright © IntelliTect 2019</Copyright> |
10 | | - <PackageTags>IntelliTect, Utilities, Multitool</PackageTags> |
11 | | - <RepositoryType>git</RepositoryType> |
12 | | - <Deterministic>true</Deterministic> |
13 | | - <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
14 | | - <NeutralLanguage>en</NeutralLanguage> |
15 | | - <Version>1.0.1</Version> |
16 | | - </PropertyGroup> |
17 | | - <ItemGroup> |
18 | | - <CodeAnalysisDictionary Include="CustomDictionary.xml" /> |
19 | | - </ItemGroup> |
20 | | - <ItemGroup> |
21 | | - <PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.0"> |
22 | | - <PrivateAssets>all</PrivateAssets> |
23 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
24 | | - </PackageReference> |
25 | | - </ItemGroup> |
| 2 | + <PropertyGroup> |
| 3 | + <TargetFramework>netstandard2.1</TargetFramework> |
| 4 | + <OutputType>Library</OutputType> |
| 5 | + <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
| 6 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 7 | + <Company>IntelliTect-Nuget</Company> |
| 8 | + <Description>A utility library for IntelliTect</Description> |
| 9 | + <Copyright>Copyright © IntelliTect 2019</Copyright> |
| 10 | + <PackageTags>IntelliTect, Utilities, Multitool</PackageTags> |
| 11 | + <RepositoryType>git</RepositoryType> |
| 12 | + <Deterministic>true</Deterministic> |
| 13 | + <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
| 14 | + <NeutralLanguage>en</NeutralLanguage> |
| 15 | + <Version>1.0.1</Version> |
| 16 | + </PropertyGroup> |
| 17 | + <ItemGroup> |
| 18 | + <CodeAnalysisDictionary Include="CustomDictionary.xml" /> |
| 19 | + </ItemGroup> |
| 20 | + <ItemGroup> |
| 21 | + <PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.0"> |
| 22 | + <PrivateAssets>all</PrivateAssets> |
| 23 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 24 | + </PackageReference> |
| 25 | + </ItemGroup> |
| 26 | + <ItemGroup> |
| 27 | + <None Include="Build/IntelliTect.Multitool.targets" Pack="true" PackagePath="build\IntelliTect.Multitool.targets"/> |
| 28 | + </ItemGroup> |
26 | 29 | </Project> |
0 commit comments