File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<PropertyGroup >
9
- <UnityAbstractionsVersion >5.11.6 </UnityAbstractionsVersion >
9
+ <UnityAbstractionsVersion >5.11.* </UnityAbstractionsVersion >
10
10
<TargetFrameworks >netstandard2.0;netstandard1.0;netcoreapp3.0;netcoreapp2.0;netcoreapp1.0;net48;net47;net46;net45;net40</TargetFrameworks >
11
11
</PropertyGroup >
12
12
Original file line number Diff line number Diff line change 57
57
</ItemGroup >
58
58
59
59
<ItemGroup Condition =" !Exists('$(UnityAbstractions)')" >
60
- <PackageReference Include =" Unity.Abstractions" Version =" 5.11.5 " />
60
+ <PackageReference Include =" Unity.Abstractions" Version =" $(UnityAbstractionsVersion) " />
61
61
</ItemGroup >
62
62
63
63
<PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
You can’t perform that action at this time.
0 commit comments