File tree Expand file tree Collapse file tree 4 files changed +2
-5
lines changed
Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 33using System . Collections . Generic ;
44using System . Linq ;
55using System . Threading . Tasks ;
6- using Mono . Cecil . Rocks ;
76
87namespace WebApiClient . AOT . Task
98{
Original file line number Diff line number Diff line change 11using Mono . Cecil ;
22using Mono . Cecil . Cil ;
33using Mono . Cecil . Rocks ;
4- using System ;
5- using System . Collections . Generic ;
64using System . Linq ;
75using System . Reflection ;
86
Original file line number Diff line number Diff line change 44 <OutputType >Library</OutputType >
55 <TargetFrameworks >net45;netcoreapp1.1;</TargetFrameworks >
66 <Configurations >AOT_Debug;AOT_Release</Configurations >
7- <Version >0.0.7 </Version >
8- <AssemblyVersion >0.0.7 .0</AssemblyVersion >
7+ <Version >0.0.8 </Version >
8+ <AssemblyVersion >0.0.8 .0</AssemblyVersion >
99 </PropertyGroup >
1010
1111 <PropertyGroup Condition =" '$(Configuration)'=='AOT_Debug'" >
You can’t perform that action at this time.
0 commit comments