Skip to content

Commit

Permalink
Changing nuget reference to YamlDotNet.Signed, since we're referencin…
Browse files Browse the repository at this point in the history
…g it from a signed assembly
  • Loading branch information
tbombach committed May 31, 2016
1 parent 78906b1 commit f764ac5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AutoRest/Modelers/Swagger/AutoRest.Modeler.Swagger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
</CodeAnalysisDictionary>
</ItemGroup>
<ItemGroup>
<Reference Include="YamlDotNet, Version=3.8.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\YamlDotNet.3.8.0\lib\net35\YamlDotNet.dll</HintPath>
<Reference Include="YamlDotNet, Version=3.8.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\YamlDotNet.Signed.3.8.0\lib\net35\YamlDotNet.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion AutoRest/Modelers/Swagger/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
<package id="YamlDotNet" version="3.8.0" targetFramework="net45" />
<package id="YamlDotNet.Signed" version="3.8.0" targetFramework="net45" />
</packages>
2 changes: 1 addition & 1 deletion Tools/references.net45.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<HintPath>$(CommonNugetPackageFolder)\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="YamlDotNet">
<HintPath>$(CommonNugetPackageFolder)\YamlDotNet.3.8.0\lib\dotnet\YamlDotNet.dll</HintPath>
<HintPath>$(CommonNugetPackageFolder)\YamlDotNet.Signed.3.8.0\lib\dotnet\YamlDotNet.dll</HintPath>
</Reference>
</ItemGroup>
</Project>

0 comments on commit f764ac5

Please sign in to comment.