This repository was archived by the owner on Aug 22, 2023. It is now read-only.
File tree 2 files changed +6
-19
lines changed
ICSharpCode.NRefactory.Cecil
2 files changed +6
-19
lines changed Original file line number Diff line number Diff line change 82
82
<CheckForOverflowUnderflow >False</CheckForOverflowUnderflow >
83
83
<BaseIntermediateOutputPath >obj\</BaseIntermediateOutputPath >
84
84
</PropertyGroup >
85
+ <PropertyGroup >
86
+ <NuGetVersionCecil Condition =" $(NuGetVersionCecil) == ''" >0.10.1</NuGetVersionCecil >
87
+ </PropertyGroup >
88
+ <ItemGroup >
89
+ <PackageReference Include =" Mono.Cecil" Version =" $(NuGetVersionCecil)" PrivateAssets =" all" />
90
+ </ItemGroup >
85
91
<ItemGroup >
86
92
<Reference Include =" System" />
87
93
<Reference Include =" System.Core" />
88
- <Reference Include =" Mono.Cecil" >
89
- <HintPath >$(SolutionDir)\packages\Mono.Cecil.0.10.0-beta6\lib\net40\Mono.Cecil.dll</HintPath >
90
- </Reference >
91
- <Reference Include =" Mono.Cecil.Mdb" >
92
- <HintPath >$(SolutionDir)\packages\Mono.Cecil.0.10.0-beta6\lib\net40\Mono.Cecil.Mdb.dll</HintPath >
93
- </Reference >
94
- <Reference Include =" Mono.Cecil.Pdb" >
95
- <HintPath >$(SolutionDir)\packages\Mono.Cecil.0.10.0-beta6\lib\net40\Mono.Cecil.Pdb.dll</HintPath >
96
- </Reference >
97
- <Reference Include =" Mono.Cecil.Rocks" >
98
- <HintPath >$(SolutionDir)\packages\Mono.Cecil.0.10.0-beta6\lib\net40\Mono.Cecil.Rocks.dll</HintPath >
99
- </Reference >
100
94
</ItemGroup >
101
95
<ItemGroup >
102
96
<Compile Include =" ..\ICSharpCode.NRefactory\Properties\GlobalAssemblyInfo.cs" >
112
106
<Name >ICSharpCode.NRefactory</Name >
113
107
</ProjectReference >
114
108
</ItemGroup >
115
- <ItemGroup >
116
- <None Include =" packages.config" />
117
- </ItemGroup >
118
109
</Project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments