Use NuGet package for VAR.Json dependency

This commit is contained in:
2017-02-15 00:41:40 +01:00
parent 43c774393b
commit 69a04c04b1
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@@ -8,3 +8,4 @@ Published/*
VAR.Focus.Web/priv/*.json
.vs
packages/*

View File

@@ -44,13 +44,15 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Web" />
<Reference Include="VAR.Json">
<HintPath>..\..\VAR.Json\VAR.Json\bin\Debug\VAR.Json.dll</HintPath>
<Reference Include="VAR.Json, Version=1.0.6252.27492, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\VAR.Json.1.0.6252.27492\lib\net461\VAR.Json.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Content Include="priv\keep.txt" />
<Content Include="Scripts\01. Base.js" />
<Content Include="packages.config" />
<None Include="Properties\PublishProfiles\VAR.Focus.Web.pubxml" />
<None Include="Properties\PublishProfiles\VARFocus - Web Deploy.pubxml" />
<None Include="web.Debug.config">

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="VAR.Json" version="1.0.6252.27492" targetFramework="net461" />
</packages>