File tree 4 files changed +19
-0
lines changed
AutoMapper.Collection.EntityFramework
AutoMapper.Collection.EntityFramework.Tests
AutoMapper.Collection.LinqToSQL
4 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 13
13
<ItemGroup >
14
14
<PackageReference Include =" FluentAssertions" Version =" $(FluentAssertions)" />
15
15
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSDKVersion)" />
16
+ <PackageReference Include =" MinVer" Version =" 2.3.1" >
17
+ <PrivateAssets >all</PrivateAssets >
18
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19
+ </PackageReference >
16
20
<PackageReference Include =" xunit" Version =" $(xUnitVersion)" />
17
21
<PackageReference Include =" xunit.runner.visualstudio" Version =" $(xUnitVersion)" />
18
22
<PackageReference Include =" Effort.EF6" Version =" $(EffortVersion)" />
Original file line number Diff line number Diff line change 13
13
<PackageLicenseExpression >MIT</PackageLicenseExpression >
14
14
<SignAssembly >true</SignAssembly >
15
15
<IncludeSymbols >true</IncludeSymbols >
16
+ <MinVerTagPrefix >v</MinVerTagPrefix >
16
17
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
17
18
<EmbedUntrackedSources >true</EmbedUntrackedSources >
18
19
<Deterministic >true</Deterministic >
29
30
<ItemGroup >
30
31
<PackageReference Include =" AutoMapper.Extensions.ExpressionMapping" Version =" 1.0.0" />
31
32
<PackageReference Include =" EntityFramework" Version =" $(EfVersion)" />
33
+ <PackageReference Include =" MinVer" Version =" 2.3.1" >
34
+ <PrivateAssets >all</PrivateAssets >
35
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
36
+ </PackageReference >
32
37
</ItemGroup >
33
38
34
39
</Project >
Original file line number Diff line number Diff line change 13
13
<PackageLicenseExpression >MIT</PackageLicenseExpression >
14
14
<SignAssembly >true</SignAssembly >
15
15
<IncludeSymbols >true</IncludeSymbols >
16
+ <MinVerTagPrefix >v</MinVerTagPrefix >
16
17
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
17
18
<EmbedUntrackedSources >true</EmbedUntrackedSources >
18
19
<Deterministic >true</Deterministic >
28
29
29
30
<ItemGroup >
30
31
<PackageReference Include =" AutoMapper.Extensions.ExpressionMapping" Version =" 1.0.0" />
32
+ <PackageReference Include =" MinVer" Version =" 2.3.1" >
33
+ <PrivateAssets >all</PrivateAssets >
34
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
35
+ </PackageReference >
31
36
</ItemGroup >
32
37
33
38
<ItemGroup >
Original file line number Diff line number Diff line change 14
14
<PackageLicenseExpression >MIT</PackageLicenseExpression >
15
15
<SignAssembly >true</SignAssembly >
16
16
<IncludeSymbols >true</IncludeSymbols >
17
+ <MinVerTagPrefix >v</MinVerTagPrefix >
17
18
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
18
19
<EmbedUntrackedSources >true</EmbedUntrackedSources >
19
20
<Deterministic >true</Deterministic >
25
26
26
27
<ItemGroup >
27
28
<PackageReference Include =" AutoMapper" Version =" [10.0.0, 11.0.0)" />
29
+ <PackageReference Include =" MinVer" Version =" 2.3.1" >
30
+ <PrivateAssets >all</PrivateAssets >
31
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
32
+ </PackageReference >
28
33
</ItemGroup >
29
34
30
35
</Project >
You can’t perform that action at this time.
0 commit comments