- Timestamp:
- 04/19/19 16:34:47 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2924_DotNetCoreMigration/HeuristicLab.Scripting/3.3/HeuristicLab.Scripting-3.3.csproj
r16147 r16854 11 11 <RootNamespace>HeuristicLab.Scripting</RootNamespace> 12 12 </PropertyGroup> 13 <ItemGroup>14 <PackageReference Include="Microsoft.CSharp" Version="4.5.0" />15 <PackageReference Include="Microsoft.Windows.Compatibility" Version="2.0.1" />16 <PackageReference Include="System.Drawing.Common" Version="4.5.0" />17 </ItemGroup>18 13 <ItemGroup> 19 14 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj" /> … … 34 29 <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> 35 30 </PropertyGroup> 31 <ItemGroup> 32 <PackageReference Include="Microsoft.CSharp" Version="4.5.0" /> 33 </ItemGroup> 36 34 </Project>
Note: See TracChangeset
for help on using the changeset viewer.