This repository was archived by the owner on Aug 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-19
lines changed
ICSharpCode.NRefactory.Cecil Expand file tree Collapse file tree 2 files changed +6
-19
lines changed Original file line number Diff line number Diff line change 8282 <CheckForOverflowUnderflow >False</CheckForOverflowUnderflow >
8383 <BaseIntermediateOutputPath >obj\</BaseIntermediateOutputPath >
8484 </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 >
8591 <ItemGroup >
8692 <Reference Include =" System" />
8793 <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 >
10094 </ItemGroup >
10195 <ItemGroup >
10296 <Compile Include =" ..\ICSharpCode.NRefactory\Properties\GlobalAssemblyInfo.cs" >
112106 <Name >ICSharpCode.NRefactory</Name >
113107 </ProjectReference >
114108 </ItemGroup >
115- <ItemGroup >
116- <None Include =" packages.config" />
117- </ItemGroup >
118109</Project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments