Skip to content

Commit

Permalink
Merge pull request #568 from openstacknetsdk/nuget-deps-max-version
Browse files Browse the repository at this point in the history
Pin Dependencies
  • Loading branch information
carolynvs committed Jan 4, 2016
2 parents 354061f + 2f36ee9 commit 42011d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Note: We won't start using semver until v2 -->
<PrereleaseTag Condition=" '$(bamboo_GitVersion_BuildMetadata)' != '' ">-beta$(bamboo_GitVersion_BuildMetadata)</PrereleaseTag>
<PrereleaseTag Condition=" '$(bamboo_GitVersion_BuildMetadata)' == '' ">-SNAPSHOT</PrereleaseTag>
<Version>1.5.0.1</Version>
<Version>1.5.0.2</Version>

<ILMerge>$(MSBuildThisFileDirectory.Replace('build\','src'))\packages\ILMerge.2.14.1208\tools\ILMerge.exe</ILMerge>
<NuGet>$(LocalAppData)\NuGet\NuGet.exe</NuGet>
Expand Down
6 changes: 3 additions & 3 deletions src/corelib/corelib.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<tags>openstack</tags>
<dependencies>
<group targetFramework="4.5">
<dependency id="Newtonsoft.Json" version="6.0.4" />
<dependency id="Flurl.Http.Signed" version="0.6.2.2015062601" />
<dependency id="Marvin.JsonPatch.Signed" version="0.7.0" />
<dependency id="Newtonsoft.Json" version="[6.0.1,7.0)" />
<dependency id="Flurl.Http.Signed" version="[0.6.2.2015062601, 0.7)" />
<dependency id="Marvin.JsonPatch.Signed" version="[0.7.0]" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 42011d2

Please sign in to comment.