|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <Description>Collection Add/Remove/Update support for AutoMapper. AutoMapper.Collection adds EqualityComparison Expressions for TypeMaps to determine if Source and Destination type are equivalent to each other when mapping collections.</Description> |
5 | | - <Authors>Tyler Carlson</Authors> |
6 | | - <TargetFrameworks>net8.0</TargetFrameworks> |
7 | | - <AssemblyName>AutoMapper.Collection</AssemblyName> |
8 | | - <PackageId>AutoMapper.Collection</PackageId> |
9 | | - <PackageIcon>icon.png</PackageIcon> |
10 | | - <PackageProjectUrl>https://github.com/AutoMapper/Automapper.Collection</PackageProjectUrl> |
11 | | - <AssemblyOriginatorKeyFile>../Key.snk</AssemblyOriginatorKeyFile> |
12 | | - <ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild> |
13 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
14 | | - <SignAssembly>true</SignAssembly> |
15 | | - <IncludeSymbols>true</IncludeSymbols> |
16 | | - <MinVerTagPrefix>v</MinVerTagPrefix> |
17 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
18 | | - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
19 | | - <Deterministic>true</Deterministic> |
20 | | - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <Description>Collection Add/Remove/Update support for AutoMapper. AutoMapper.Collection adds EqualityComparison Expressions for TypeMaps to determine if Source and Destination type are equivalent to each other when mapping collections.</Description> |
| 5 | + <Authors>Tyler Carlson</Authors> |
| 6 | + <TargetFrameworks>net8.0</TargetFrameworks> |
| 7 | + <AssemblyName>AutoMapper.Collection</AssemblyName> |
| 8 | + <PackageId>AutoMapper.Collection</PackageId> |
| 9 | + <PackageIcon>icon.png</PackageIcon> |
| 10 | + <PackageProjectUrl>https://github.com/AutoMapper/Automapper.Collection</PackageProjectUrl> |
| 11 | + <AssemblyOriginatorKeyFile>../Key.snk</AssemblyOriginatorKeyFile> |
| 12 | + <ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild> |
| 13 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 14 | + <SignAssembly>true</SignAssembly> |
| 15 | + <IncludeSymbols>true</IncludeSymbols> |
| 16 | + <MinVerTagPrefix>v</MinVerTagPrefix> |
| 17 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 18 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 19 | + <Deterministic>true</Deterministic> |
| 20 | + </PropertyGroup> |
21 | 21 |
|
22 | | - <ItemGroup> |
23 | | - <None Include="..\..\icon.png" Pack="true" PackagePath="" /> |
24 | | - </ItemGroup> |
| 22 | + <ItemGroup> |
| 23 | + <None Include="..\..\icon.png" Pack="true" PackagePath="" /> |
| 24 | + </ItemGroup> |
25 | 25 |
|
26 | | - <ItemGroup> |
27 | | - <PackageReference Include="AutoMapper" Version="[14.0.0, 15.0.0)" /> |
28 | | - <PackageReference Include="MinVer" Version="2.3.1"> |
29 | | - <PrivateAssets>all</PrivateAssets> |
30 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
31 | | - </PackageReference> |
32 | | - </ItemGroup> |
| 26 | + <ItemGroup> |
| 27 | + <PackageReference Include="AutoMapper" Version="[14.0.0, 15.0.0)" /> |
| 28 | + <PackageReference Include="MinVer" Version="2.3.1"> |
| 29 | + <PrivateAssets>all</PrivateAssets> |
| 30 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 31 | + </PackageReference> |
| 32 | + </ItemGroup> |
33 | 33 |
|
34 | 34 | </Project> |
0 commit comments