Skip to content

Commit 0bcab73

Browse files
SC-AFISC-AFI
authored andcommitted
Add 2 more nuget which should be included into final package
1 parent 29357fc commit 0bcab73

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/Test.Repo.123456/Test.Repo.123456.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33+
<Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
34+
<HintPath>..\packages\SC.Antlr3.Runtime.8.1.3\lib\Antlr3.Runtime.dll</HintPath>
35+
<Private>True</Private>
36+
</Reference>
37+
<Reference Include="DotNetOpenAuth, Version=4.0.0.11165, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=MSIL">
38+
<HintPath>..\packages\SC.DotNetOpenAuth.8.1.1\lib\DotNetOpenAuth.dll</HintPath>
39+
<Private>True</Private>
40+
</Reference>
3341
<Reference Include="Sitecore.Kernel, Version=8.1.0.0, Culture=neutral, processorArchitecture=MSIL">
3442
<HintPath>..\packages\SC.Sitecore.Kernel.8.1.3\lib\Sitecore.Kernel.dll</HintPath>
3543
<Private>False</Private>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="SC.Antlr3.Runtime" version="8.1.3" targetFramework="net452" />
4+
<package id="SC.DotNetOpenAuth" version="8.1.1" targetFramework="net452" />
35
<package id="SC.Sitecore.Kernel" version="8.1.3" targetFramework="net452" />
46
</packages>

0 commit comments

Comments
 (0)