Skip to content

Commit

Permalink
Using Nuget version of Irony
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros committed Jun 15, 2017
1 parent 245eca6 commit 1e27cf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Fluid/Fluid.csproj
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Irony" Version="1.0.6" />
<PackageReference Include="Irony.Core" Version="1.0.6" />
<PackageReference Include="Microsoft.Extensions.Primitives" Version="1.1.1" />
<PackageReference Include="System.Text.Encodings.Web" Version="4.3.1" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion NuGet.config
Expand Up @@ -4,6 +4,5 @@
<!-- only use the feeds below -->
<clear/>
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="irony" value="https://www.myget.org/F/daxnet-utils/api/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 1e27cf1

Please sign in to comment.