Skip to content

Commit 92b3bc7

Browse files
committed
Updated references.
1 parent 90c0687 commit 92b3bc7

File tree

2 files changed

+5
-23
lines changed

2 files changed

+5
-23
lines changed

PythonScriptingPlugin.csproj

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,6 @@
5353
<WarningLevel>4</WarningLevel>
5454
</PropertyGroup>
5555
<ItemGroup>
56-
<Reference Include="IronPython, Version=2.7.7.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
57-
<HintPath>packages\IronPython.2.7.7\lib\Net45\IronPython.dll</HintPath>
58-
</Reference>
59-
<Reference Include="IronPython.Modules, Version=2.7.7.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
60-
<HintPath>packages\IronPython.2.7.7\lib\Net45\IronPython.Modules.dll</HintPath>
61-
</Reference>
62-
<Reference Include="Microsoft.Dynamic, Version=1.1.2.22, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
63-
<HintPath>packages\DynamicLanguageRuntime.1.1.2\lib\Net45\Microsoft.Dynamic.dll</HintPath>
64-
</Reference>
65-
<Reference Include="Microsoft.Scripting, Version=1.1.2.22, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
66-
<HintPath>packages\DynamicLanguageRuntime.1.1.2\lib\Net45\Microsoft.Scripting.dll</HintPath>
67-
</Reference>
68-
<Reference Include="Microsoft.Scripting.Metadata, Version=1.1.2.22, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
69-
<HintPath>packages\DynamicLanguageRuntime.1.1.2\lib\Net45\Microsoft.Scripting.Metadata.dll</HintPath>
70-
</Reference>
7156
<Reference Include="System" />
7257
<Reference Include="System.Core" />
7358
<Reference Include="System.Data" />
@@ -102,9 +87,6 @@
10287
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
10388
</EmbeddedResource>
10489
</ItemGroup>
105-
<ItemGroup>
106-
<None Include="packages.config" />
107-
</ItemGroup>
10890
<ItemGroup>
10991
<ProjectReference Include="..\ReClass.NET\ReClass.NET\ReClass.NET.csproj">
11092
<Project>{bfb8917d-e9b4-463f-a6e8-612c35728c78}</Project>
@@ -123,6 +105,11 @@
123105
<ItemGroup>
124106
<None Include="Resources\B16x16_Button_Delete.png" />
125107
</ItemGroup>
108+
<ItemGroup>
109+
<PackageReference Include="IronPython">
110+
<Version>2.7.9</Version>
111+
</PackageReference>
112+
</ItemGroup>
126113
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
127114
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
128115
Other similar extension points exist, see Microsoft.Common.targets.

packages.config

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)