Skip to content

Commit

Permalink
Remove global.json (#1736)
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Nov 14, 2018
1 parent bb5902e commit 469f3c8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
Expand Up @@ -35,6 +35,9 @@
<DocumentationFile>bin\Release\NSwag.SwaggerGeneration.WebApi.Tests.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="DotLiquid, Version=2.0.254.0, Culture=neutral, PublicKeyToken=82e46016ecf9f07c, processorArchitecture=MSIL">
<HintPath>..\packages\DotLiquid.2.0.254\lib\net45\DotLiquid.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.WebApi.Versioning, Version=2.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebApi.Versioning.2.1.0\lib\net45\Microsoft.AspNet.WebApi.Versioning.dll</HintPath>
</Reference>
Expand All @@ -50,7 +53,12 @@
<Reference Include="NJsonSchema, Version=9.12.2.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL">
<HintPath>..\packages\NJsonSchema.9.12.2\lib\net45\NJsonSchema.dll</HintPath>
</Reference>
<Reference Include="NJsonSchema.CodeGeneration.TypeScript, Version=9.12.0.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102" />
<Reference Include="NJsonSchema.CodeGeneration, Version=9.12.2.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL">
<HintPath>..\packages\NJsonSchema.CodeGeneration.9.12.2\lib\net451\NJsonSchema.CodeGeneration.dll</HintPath>
</Reference>
<Reference Include="NJsonSchema.CodeGeneration.TypeScript, Version=9.12.2.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL">
<HintPath>..\packages\NJsonSchema.CodeGeneration.TypeScript.9.12.2\lib\net451\NJsonSchema.CodeGeneration.TypeScript.dll</HintPath>
</Reference>
<Reference Include="Swashbuckle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cd1bb07a5ac7c7bc, processorArchitecture=MSIL">
<HintPath>..\packages\Swashbuckle.Core.5.5.3\lib\net40\Swashbuckle.Core.dll</HintPath>
<Private>True</Private>
Expand Down
4 changes: 4 additions & 0 deletions src/NSwag.SwaggerGeneration.WebApi.Tests/packages.config
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DotLiquid" version="2.0.254" targetFramework="net462" />
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net451" />
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net451" />
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net451" />
Expand All @@ -8,9 +9,12 @@
<package id="Microsoft.AspNet.WebApi.WebHost" version="4.0.30506.0" targetFramework="net451" />
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net451" />
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net462" />
<package id="Microsoft.CSharp" version="4.3.0" targetFramework="net462" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net451" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net451" />
<package id="NJsonSchema" version="9.12.2" targetFramework="net462" />
<package id="NJsonSchema.CodeGeneration" version="9.12.2" targetFramework="net462" />
<package id="NJsonSchema.CodeGeneration.TypeScript" version="9.12.2" targetFramework="net462" />
<package id="Swashbuckle" version="5.5.3" targetFramework="net451" />
<package id="Swashbuckle.Core" version="5.5.3" targetFramework="net451" />
<package id="WebActivatorEx" version="2.0" targetFramework="net451" />
Expand Down
5 changes: 0 additions & 5 deletions src/global.json

This file was deleted.

0 comments on commit 469f3c8

Please sign in to comment.