Skip to content

Commit 763b365

Browse files
committed
feat: switch to PackageReferences (2)
1 parent c4717e6 commit 763b365

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

Fossology.Rest.Dotnet/Fossology.Rest.Dotnet.csproj

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,9 @@
3232
<DocumentationFile>bin\Release\Fossology.Rest.Dotnet.xml</DocumentationFile>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
36-
<HintPath>C:\home\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
37-
</Reference>
38-
<Reference Include="RestSharp, Version=106.0.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
39-
<HintPath>C:\home\packages\RestSharp.106.10.1\lib\net452\RestSharp.dll</HintPath>
40-
</Reference>
4135
<Reference Include="System" />
4236
<Reference Include="System.Core" />
4337
<Reference Include="System.Web" />
44-
<Reference Include="Tethys.Logging, Version=1.4.2.0, Culture=neutral, PublicKeyToken=5fae225d9529f881, processorArchitecture=MSIL">
45-
<HintPath>C:\home\packages\Tethys.Logging.1.4.2\lib\netstandard2.0\Tethys.Logging.dll</HintPath>
46-
</Reference>
4738
</ItemGroup>
4839
<ItemGroup>
4940
<Compile Include="ErrorCode.cs" />
@@ -52,14 +43,22 @@
5243
<Compile Include="FossologyClient.cs" />
5344
<Compile Include="RestApi.cs" />
5445
</ItemGroup>
55-
<ItemGroup>
56-
<None Include="packages.config" />
57-
</ItemGroup>
5846
<ItemGroup>
5947
<ProjectReference Include="..\FOSSology.REST.dotnet.Model\FOSSology.REST.dotnet.Model.csproj">
6048
<Project>{396e05c3-9ad3-4d1b-8e0b-8c24c6c490eb}</Project>
6149
<Name>Fossology.Rest.Dotnet.Model</Name>
6250
</ProjectReference>
6351
</ItemGroup>
52+
<ItemGroup>
53+
<PackageReference Include="Newtonsoft.Json">
54+
<Version>12.0.3</Version>
55+
</PackageReference>
56+
<PackageReference Include="RestSharp">
57+
<Version>106.10.1</Version>
58+
</PackageReference>
59+
<PackageReference Include="Tethys.Logging">
60+
<Version>1.4.2</Version>
61+
</PackageReference>
62+
</ItemGroup>
6463
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6564
</Project>

Fossology.Rest.Dotnet/packages.config

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

0 commit comments

Comments
 (0)