Skip to content

Commit

Permalink
Update NuGet package references
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Jul 10, 2020
1 parent 319faa3 commit 0d0f263
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.5" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Release'">
<PackageReference Include="Aliencube.AzureFunctions.Extensions.OpenApi" Version="1.7.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Cocona.Lite" Version="1.4.0" />
<PackageReference Include="Moq" Version="4.14.5" />
Expand All @@ -23,7 +27,7 @@
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
</ItemGroup>

<ItemGroup>
<ItemGroup Condition="'$(Configuration)'=='Debug'">
<ProjectReference Include="..\Aliencube.AzureFunctions.Extensions.OpenApi\Aliencube.AzureFunctions.Extensions.OpenApi.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 0d0f263

Please sign in to comment.