Skip to content

Commit ca3864d

Browse files
revert whitespaces
1 parent 1085021 commit ca3864d

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed
Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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>
2121

22-
<ItemGroup>
23-
<None Include="..\..\icon.png" Pack="true" PackagePath="" />
24-
</ItemGroup>
22+
<ItemGroup>
23+
<None Include="..\..\icon.png" Pack="true" PackagePath="" />
24+
</ItemGroup>
2525

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>
3333

3434
</Project>

0 commit comments

Comments
 (0)