8000 Migrate to package reference · rdotnet/rdotnet-onboarding@22e68ee · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 22e68ee

Browse files
committed
Migrate to package reference
1 parent 41b84e4 commit 22e68ee

18 files changed

+41
-162
lines changed

CallbackFunctions/CallbackFunctions.csproj

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,6 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="DynamicInterop, Version=0.7.4.0, Culture=neutral, processorArchitecture=MSIL">
36-
<HintPath>..\solutions\Onboard\packages\DynamicInterop.0.7.4\lib\net40\DynamicInterop.dll</HintPath>
37-
<Private>True</Private>
38-
</Reference>
39-
<Reference Include="RDotNet, Version=1.6.5.0, Culture=neutral, processorArchitecture=MSIL">
40-
<HintPath>..\solutions\Onboard\packages\R.NET.Community.1.6.5\lib\net40\RDotNet.dll</HintPath>
41-
<Private>True</Private>
42-
</Reference>
43-
<Reference Include="RDotNet.NativeLibrary, Version=1.6.5.0, Culture=neutral, processorArchitecture=MSIL">
44-
<HintPath>..\solutions\Onboard\packages\R.NET.Community.1.6.5\lib\net40\RDotNet.NativeLibrary.dll</HintPath>
45-
<Private>True</Private>
46-
</Reference>
4735
<Reference Include="System" />
4836
<Reference Include="System.Core" />
4937
<Reference Include="System.Numerics" />
@@ -59,7 +47,11 @@
5947
</< 8000 span class="pl-ent">ItemGroup>
6048
<ItemGroup>
6149
<None Include="App.config" />
62-
<None Include="packages.config" />
50+
</ItemGroup>
51+
<ItemGroup>
52+
<PackageReference Include="R.NET.Community">
53+
<Version>1.6.5</Version>
54+
</PackageReference>
6355
</ItemGroup>
6456
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6557
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

CallbackFunctions/packages.config

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

HelloWorld/HelloWorld.csproj

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,6 @@
3434
<WarningLevel>4</WarningLevel>
35 17A7 35
</PropertyGroup>
3636
<ItemGroup>
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>
40-
</Reference>
41-
<Reference Include="RDotNet, Version=1.6.5.0, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\solutions\Onboard\packages\R.NET.Community.1.6.5\lib\net40\RDotNet.dll</HintPath>
43-
<Private>True</Private>
44-
</Reference>
45-
<Reference Include="RDotNet.NativeLibrary, Version=1.6.5.0, Culture=neutral, processorArchitecture=MSIL">
46-
<HintPath>..\solutions\Onboard\packages\R.NET.Community.1.6.5\lib\net40\RDotNet.NativeLibrary.dll</HintPath>
47-
<Private>True</Private>
48-
</Reference>
4937
<Reference Include="System" />
5038
<Reference Include="System.Core" />
5139
<Reference Include="System.Numerics" />
@@ -61,7 +49,11 @@
6149
</ItemGroup>
6250
<ItemGroup>
6351
<None Include="App.config" />
64-
<None Include="packages.config" />
52+
</ItemGroup>
53+
<ItemGroup>
54+
<PackageReference Include="R.NET.Community">
55+
<Version>1.6.5</Version>
56+
</PackageReference>
6557
</ItemGroup>
6658
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6759
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

HelloWorld/packages.config

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

Optimization/Optimization.csproj

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,6 @@
2727
<Externalconsole>true</Externalconsole>
2828
</PropertyGroup>
2929
<ItemGroup>
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>
33-
</Reference>
34-
<Reference Include="RDotNet, Version=1.6.5.0, Culture=neutral, processorArchitecture=MSIL">
35-
<HintPath>..\solutions\Onboard\packages\R.NET.Community.1.6.5\lib\net40\RDotNet.dll</HintPath>
36-
<Private>True</Private>
37-
</Reference>
38-
<Reference Include="RDotNet.NativeLibrary, Version=1.6.5.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\solutions\Onboard\packages\R.NET.Community.1.6.5\lib\net40\RDotNet.NativeLibrary.dll</HintPath>
40-
<Private>True</Private>
41-
</Reference>
4230
<Reference Include="System" />
4331
<Reference Include="System.Core" />
4432
<Reference Include="System.Numerics" />
@@ -48,7 +36,9 @@
4836
<Compile Include="Properties\AssemblyInfo.cs" />
4937
</ItemGroup>
5038
<ItemGroup>
51-
<None Include="packages.config" />
39+
<PackageReference Include="R.NET.Community">
40+
<Version>1.6.5</Version>
41+
</PackageReference>
5242
</ItemGroup>
5343
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
5444
</Project>

Optimization/packages.config

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

ReportInfo/ReportInfo.csproj

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,6 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
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>
39-
</Reference>
40-
<Reference Include="RDotNet, Version=1.6.5.0, Culture=neutral, processorArchitecture=MSIL">
41-
<HintPath>..\solutions\Onboard\packages\R.NET.Community.1.6.5\lib\net40\RDotNet.dll</HintPath>
42-
<Private>True</Private>
43-
</Reference>
44-
<Reference Include="RDotNet.NativeLibrary, Version=1.6.5.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\solutions\Onboard\packages\R.NET.Community.1.6.5\lib\net40\RDotNet.NativeLibrary.dll</HintPath>
46-
<Private>True</Private>
47-
</Reference>
4836
<Reference Include="System" />
4937
<Reference Include="System.Core" />
5038
<Reference Include="System.Numerics" />
@@ -60,7 +48,11 @@
6048
</ItemGroup>
6149
<ItemGroup>
6250
<None Include="App.config" />
63-
<None Include="packages.config" />
51+
</ItemGroup>
52+
<ItemGroup>
53+
<PackageReference Include="R.NET.Community">
54+
<Version>1.6.5</Version>
55+
</PackageReference>
6456
</ItemGroup>
6557
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6658
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

ReportInfo/packages.config

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

Sample1/Sample1.csproj

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,6 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
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>
40-
</Reference>
41-
<Reference Include="RDotNet, Version=1.6.5.0, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\solutions\Onboard\packages\R.NET.Community.1.6.5\lib\net40\RDotNet.dll</HintPath>
43-
<Private>True</Private>
44-
</Reference>
45-
<Reference Include="RDotNet.NativeLibrary, Version=1.6.5.0, Culture=neutral, processorArchitecture=MSIL">
46-
<HintPath>..\solutions\Onboard\packages\R.NET.Community.1.6.5\lib\net40\RDotNet.NativeLibrary.dll</HintPath>
47-
<Private>True</Private>
48-
</Reference>
4937
<Reference Include="System" />
5038
<Reference Include="System.Core" />
5139
<Reference Include="System.Numerics" />
@@ -61,7 +49,11 @@
6149
</ItemGroup>
6250
<ItemGroup>
6351
<None Include="App.config" />
64-
<None Include="packages.config" />
52+
</ItemGroup>
53+
<ItemGroup>
54+
<PackageReference Include="R.NET.Community">
55+
<Version>1.6.5</Version>
56+
</PackageReference>
6557
</ItemGroup>
6658
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6759
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

Sample1/packages.config

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

0 commit comments

Comments
 (0)
0