Skip to content

Commit 352dd45

Browse files
committed
Update to latest R.NET release 1.6.4
1 parent 9b42c3f commit 352dd45

File tree

17 files changed

+82
-77
lines changed

17 files changed

+82
-77
lines changed

HelloWorld/HelloWorld.csproj

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,17 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="DynamicInterop">
38-
<HintPath>..\packages\DynamicInterop.0.7.4\lib\net40\DynamicInterop.dll</HintPath>
37+
<Reference Include="DynamicInterop, Version=0.7.4.0, Culture=neutral, processorArchitecture=MSIL">
38+
<HintPath>..\solutions\Onboard\packages\DynamicInterop.0.7.4\lib\net40\DynamicInterop.dll</HintPath>
39+
<Private>True</Private>
3940
</Reference>
40-
<Reference Include="RDotNet, Version=1.5.22.0, Culture=neutral, processorArchitecture=MSIL">
41-
<SpecificVersion>False</SpecificVersion>
42-
<HintPath>..\packages\R.NET.Community.1.6\lib\net40\RDotNet.dll</HintPath>
41+
<Reference Include="RDotNet, Version=1.6.4.0, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>..\solutions\Onboard\packages\R.NET.Community.1.6.4\lib\net40\RDotNet.dll</HintPath>
43+
<Private>True</Private>
4344
</Reference>
44-
<Reference Include="RDotNet.NativeLibrary, Version=1.5.22.0, Culture=neutral, processorArchitecture=MSIL">
45-
<SpecificVersion>False</SpecificVersion>
46-
<HintPath>..\packages\R.NET.Community.1.6\lib\net40\RDotNet.NativeLibrary.dll</HintPath>
45+
<Reference Include="RDotNet.NativeLibrary, Version=1.6.4.0, Culture=neutral, processorArchitecture=MSIL">
46+
<HintPath>..\solutions\Onboard\packages\R.NET.Community.1.6.4\lib\net40\RDotNet.NativeLibrary.dll</HintPath>
47+
<Private>True</Private>
4748
</Reference>
4849
<Reference Include="System" />
4950
<Reference Include="System.Core" />

HelloWorld/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="DynamicInterop" version="0.7.4" targetFramework="net45" />
4-
<package id="R.NET.Community" version="1.6" targetFramework="net45" />
4+
<package id="R.NET.Community" version="1.6.4" targetFramework="net45" />
55
</packages>

Optimization/Optimization.csproj

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,17 @@
2727
<Externalconsole>true</Externalconsole>
2828
</PropertyGroup>
2929
<ItemGroup>
30-
<Reference Include="DynamicInterop">
31-
<HintPath>..\packages\DynamicInterop.0.7.4\lib\net40\DynamicInterop.dll</HintPath>
30+
<Reference Include="DynamicInterop, Version=0.7.4.0, Culture=neutral, processorArchitecture=MSIL">
31+
<HintPath>..\solutions\Onboard\packages\DynamicInterop.0.7.4\lib\net40\DynamicInterop.dll</HintPath>
32+
<Private>True</Private>
3233
</Reference>
33-
<Reference Include="RDotNet, Version=1.5.22.0, Culture=neutral, processorArchitecture=MSIL">
34-
<SpecificVersion>False</SpecificVersion>
35-
<HintPath>..\packages\R.NET.Community.1.6\lib\net40\RDotNet.dll</HintPath>
34+
<Reference Include="RDotNet, Version=1.6.4.0, Culture=neutral, processorArchitecture=MSIL">
35+
<HintPath>..\solutions\Onboard\packages\R.NET.Community.1.6.4\lib\net40\RDotNet.dll</HintPath>
36+
<Private>True</Private>
3637
</Reference>
37-
<Reference Include="RDotNet.NativeLibrary, Version=1.5.22.0, Culture=neutral, processorArchitecture=MSIL">
38-
<SpecificVersion>False</SpecificVersion>
39-
<HintPath>..\packages\R.NET.Community.1.6\lib\net40\RDotNet.NativeLibrary.dll</HintPath>
38+
<Reference Include="RDotNet.NativeLibrary, Version=1.6.4.0, Culture=neutral, processorArchitecture=MSIL">
39+
<HintPath>..\solutions\Onboard\packages\R.NET.Community.1.6.4\lib\net40\RDotNet.NativeLibrary.dll</HintPath>
40+
<Private>True</Private>
4041
</Reference>
4142
<Reference Include="System" />
4243
<Reference Include="System.Core" />

Optimization/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="DynamicInterop" version="0.7.4" targetFramework="net40" />
4-
<package id="R.NET.Community" version="1.6" targetFramework="net40" />
4+
<package id="R.NET.Community" version="1.6.4" targetFramework="net40" />
55
</packages>

ReportInfo/ReportInfo.csproj

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,17 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="DynamicInterop">
37-
<HintPath>..\packages\DynamicInterop.0.7.4\lib\net40\DynamicInterop.dll</HintPath>
36+
<Reference Include="DynamicInterop, Version=0.7.4.0, Culture=neutral, processorArchitecture=MSIL">
37+
<HintPath>..\solutions\Onboard\packages\DynamicInterop.0.7.4\lib\net40\DynamicInterop.dll</HintPath>
38+
<Private>True</Private>
3839
</Reference>
39-
<Reference Include="RDotNet">
40-
<HintPath>..\packages\R.NET.Community.1.6\lib\net40\RDotNet.dll</HintPath>
40+
<Reference Include="RDotNet, Version=1.6.4.0, Culture=neutral, processorArchitecture=MSIL">
41+
<HintPath>..\solutions\Onboard\packages\R.NET.Community.1.6.4\lib\net40\RDotNet.dll</HintPath>
42+
<Private>True</Private>
4143
</Reference>
42-
<Reference Include="RDotNet.NativeLibrary">
43-
<HintPath>..\packages\R.NET.Community.1.6\lib\net40\RDotNet.NativeLibrary.dll</HintPath>
44+
<Reference Include="RDotNet.NativeLibrary, Version=1.6.4.0, Culture=neutral, processorArchitecture=MSIL">
45+
<HintPath>..\solutions\Onboard\packages\R.NET.Community.1.6.4\lib\net40\RDotNet.NativeLibrary.dll</HintPath>
46+
<Private>True</Private>
4447
</Reference>
4548
<Reference Include="System" />
4649
<Reference Include="System.Core" />

ReportInfo/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="DynamicInterop" version="0.7.4" targetFramework="net45" />
4-
<package id="R.NET.Community" version="1.6" targetFramework="net45" />
4+
<package id="R.NET.Community" version="1.6.4" targetFramework="net45" />
55
</packages>

Sample1/Sample1.csproj

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,17 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="DynamicInterop">
38-
<HintPath>..\packages\DynamicInterop.0.7.4\lib\net40\DynamicInterop.dll</HintPath>
37+
<Reference Include="DynamicInterop, Version=0.7.4.0, Culture=neutral, processorArchitecture=MSIL">
38+
<HintPath>..\solutions\Onboard\packages\DynamicInterop.0.7.4\lib\net40\DynamicInterop.dll</HintPath>
39+
<Private>True</Private>
3940
</Reference>
40-
<Reference Include="RDotNet, Version=1.5.22.0, Culture=neutral, processorArchitecture=MSIL">
41-
<SpecificVersion>False</SpecificVersion>
42-
<HintPath>..\packages\R.NET.Community.1.6\lib\net40\RDotNet.dll</HintPath>
41+
<Reference Include="RDotNet, Version=1.6.4.0, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>..\solutions\Onboard\packages\R.NET.Community.1.6.4\lib\net40\RDotNet.dll</HintPath>
43+
<Private>True</Private>
4344
</Reference>
44-
<Reference Include="RDotNet.NativeLibrary, Version=1.5.22.0, Culture=neutral, processorArchitecture=MSIL">
45-
<SpecificVersion>False</SpecificVersion>
46-
<HintPath>..\packages\R.NET.Community.1.6\lib\net40\RDotNet.NativeLibrary.dll</HintPath>
45+
<Reference Include="RDotNet.NativeLibrary, Version=1.6.4.0, Culture=neutral, processorArchitecture=MSIL">
46+
<HintPath>..\solutions\Onboard\packages\R.NET.Community.1.6.4\lib\net40\RDotNet.NativeLibrary.dll</HintPath>
47+
<Private>True</Private>
4748
</Reference>
4849
<Reference Include="System" />
4950
<Reference Include="System.Core" />

Sample1/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="DynamicInterop" version="0.7.4" targetFramework="net45" />
4-
<package id="R.NET.Community" version="1.6" targetFramework="net45" />
4+
<package id="R.NET.Community" version="1.6.4" targetFramework="net45" />
55
</packages>

Sample2/Sample2.csproj

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,17 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="DynamicInterop">
38-
<HintPath>..\packages\DynamicInterop.0.7.4\lib\net40\DynamicInterop.dll</HintPath>
37+
<Reference Include="DynamicInterop, Version=0.7.4.0, Culture=neutral, processorArchitecture=MSIL">
38+
<HintPath>..\solutions\Onboard\packages\DynamicInterop.0.7.4\lib\net40\DynamicInterop.dll</HintPath>
39+
<Private>True</Private>
3940
</Reference>
40-
<Reference Include="RDotNet, Version=1.5.22.0, Culture=neutral, processorArchitecture=MSIL">
41-
<SpecificVersion>False</SpecificVersion>
42-
<HintPath>..\packages\R.NET.Community.1.6\lib\net40\RDotNet.dll</HintPath>
41+
<Reference Include="RDotNet, Version=1.6.4.0, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>..\solutions\Onboard\packages\R.NET.Community.1.6.4\lib\net40\RDotNet.dll</HintPath>
43+
<Private>True</Private>
4344
</Reference>
44-
<Reference Include="RDotNet.NativeLibrary, Version=1.5.22.0, Culture=neutral, processorArchitecture=MSIL">
45-
<SpecificVersion>False</SpecificVersion>
46-
<HintPath>..\packages\R.NET.Community.1.6\lib\net40\RDotNet.NativeLibrary.dll</HintPath>
45+
<Reference Include="RDotNet.NativeLibrary, Version=1.6.4.0, Culture=neutral, processorArchitecture=MSIL">
46+
<HintPath>..\solutions\Onboard\packages\R.NET.Community.1.6.4\lib\net40\RDotNet.NativeLibrary.dll</HintPath>
47+
<Private>True</Private>
4748
</Reference>
4849
<Reference Include="System" />
4950
<Reference Include="System.Core" />

Sample2/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="DynamicInterop" version="0.7.4" targetFramework="net45" />
4-
<package id="R.NET.Community" version="1.6" targetFramework="net45" />
4+
<package id="R.NET.Community" version="1.6.4" targetFramework="net45" />
55
</packages>

0 commit comments

Comments
 (0)