Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit e4a943c

Browse files
author
Christy Henriksson
authored
Remove dead code (#406)
1 parent 84c6b36 commit e4a943c

3 files changed

Lines changed: 0 additions & 63 deletions

File tree

src/Stats.CreateAzureCdnWarehouseReports/Formatting/JsonFormat.cs

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

src/Stats.CreateAzureCdnWarehouseReports/Stats.CreateAzureCdnWarehouseReports.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Bitrium.Http.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=43390f7aed073600, processorArchitecture=MSIL">
39-
<HintPath>..\..\packages\Bitrium.Http.Extensions.1.1.0\lib\portable-net45+sl50\Bitrium.Http.Extensions.dll</HintPath>
40-
</Reference>
4138
<Reference Include="Microsoft.ApplicationInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4239
<HintPath>..\..\packages\Microsoft.ApplicationInsights.2.1.0\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
4340
</Reference>
@@ -132,7 +129,6 @@
132129
<Compile Include="DownloadCountData.cs" />
133130
<Compile Include="DownloadCountReport.cs" />
134131
<Compile Include="DownloadsPerToolVersionReport.cs" />
135-
<Compile Include="Formatting\JsonFormat.cs" />
136132
<Compile Include="Formatting\NuGetContractResolver.cs" />
137133
<Compile Include="GalleryTotalsData.cs" />
138134
<Compile Include="GalleryTotalsReport.cs" />

src/Stats.CreateAzureCdnWarehouseReports/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Bitrium.Http.Extensions" version="1.1.0" targetFramework="net452" />
43
<package id="Microsoft.ApplicationInsights" version="2.1.0" targetFramework="net452" />
54
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net452" />
65
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net452" />

0 commit comments

Comments
 (0)