|
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks> |
5 | | - <ImplicitUsings>enable</ImplicitUsings> |
6 | 5 | <Nullable>enable</Nullable> |
7 | | - <LangVersion>latest</LangVersion> |
8 | | - <Title>TRExternalId.Core</Title> |
9 | | - <Authors>Tiago de Carvalho Resende</Authors> |
10 | | - <Description>External id creation</Description> |
11 | | - <PackageProjectUrl>https://github.com/tiagor87/tr-externalid</PackageProjectUrl> |
12 | | - <RepositoryUrl>https://github.com/tiagor87/tr-externalid</RepositoryUrl> |
| 6 | + <ImplicitUsings>true</ImplicitUsings> |
| 7 | + <IsPackable>true</IsPackable> |
| 8 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 9 | + <OutputType>library</OutputType> |
| 10 | + <GenerateFullPaths>true</GenerateFullPaths> |
| 11 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 12 | + <NoWarn>$(NoWarn);1591</NoWarn> |
| 13 | + </PropertyGroup> |
| 14 | + |
| 15 | + <PropertyGroup> |
| 16 | + <Authors>The Noobs</Authors> |
| 17 | + <NeutralLanguage>en-US</NeutralLanguage> |
| 18 | + <RepositoryType>GIT</RepositoryType> |
| 19 | + <LangVersion>default</LangVersion> |
| 20 | + <PackageIcon>icon.png</PackageIcon> |
| 21 | + |
| 22 | + <PackageId>TheNoobs.ValueObjects.ExternalId</PackageId> |
| 23 | + <Description>External id creation.</Description> |
| 24 | + <PackageProjectUrl>https://github.com/thenoobsbr/valueobjects-externalid</PackageProjectUrl> |
| 25 | + <RepositoryUrl>https://github.com/thenoobsbr/valueobjects-externalid</RepositoryUrl> |
| 26 | + <PackageTags>externalid, hash, valueobject, vo, netcore, dotnet, simple, abstraction</PackageTags> |
| 27 | + |
| 28 | + <UserSecretsId>{C9D80D17-F122-4A4E-9CC5-E26BCBAC34B3}</UserSecretsId> |
13 | 29 | <ProjectGuid>{DCDB0677-9A16-4C87-83EE-DE89CDEF3474}</ProjectGuid> |
14 | 30 | </PropertyGroup> |
15 | 31 |
|
|
18 | 34 | <PackageReference Include="TheNoobs.ValueObjects.Abstractions" Version="1.0.0" /> |
19 | 35 | </ItemGroup> |
20 | 36 |
|
| 37 | + <ItemGroup> |
| 38 | + <None Include="..\..\images\icon.png" Pack="true" PackagePath="\" /> |
| 39 | + </ItemGroup> |
| 40 | + |
21 | 41 | </Project> |
0 commit comments