Skip to content

Commit

Permalink
Fixed version diff btw deps and nuspec deps (chucknorris#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Dec 9, 2018
1 parent 2f2750e commit 39b0f3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image: Visual Studio 2017

install:
- choco install gitversion.portable -pre -y
- choco install gitversion.portable -y

before_build:
- ps: gitversion /l console /output buildserver
Expand All @@ -28,4 +28,4 @@ deploy:
secure: XWER/H0IkJ8JWFm+n3/lr7hHoNFAX/VpRD+AfpZo2EUgQkQKhrMxHa4aYZPogsvY
skip_symbols: true
artifact: /.*\.nupkg/
disable_publish_on_pr: true
disable_publish_on_pr: true
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="$(NuGetPackageRoot)System.Data.SQLite.Core\1.0.108\lib\net46\System.Data.SQLite.dll">
<EmbeddedResource Include="$(NuGetPackageRoot)System.Data.SQLite.Core\1.0.109.2\lib\net46\System.Data.SQLite.dll">
<Link>assemblyresource\System.Data.SQLite.dll</Link>
</EmbeddedResource>
</ItemGroup>
<PropertyGroup>
<AlreadyImported>true</AlreadyImported>
</PropertyGroup>
<Import Project="$(NuGetPackageRoot)System.Data.SQLite.Core\1.0.108\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('$(NuGetPackageRoot)System.Data.SQLite.Core\1.0.108\build\net46\System.Data.SQLite.Core.targets') and '$(AlreadyImported)' != 'true'" />
<Import Project="$(NuGetPackageRoot)System.Data.SQLite.Core\1.0.109.2\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('$(NuGetPackageRoot)System.Data.SQLite.Core\1.0.109.2\build\net46\System.Data.SQLite.Core.targets') and '$(AlreadyImported)' != 'true'" />
</Project>
4 changes: 2 additions & 2 deletions product/roundhouse.lib.merged/roundhouse.lib.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<dependencies>
<dependency id="FluentNHibernate" version="2.1.2" />
<dependency id="Iesi.Collections" version="4.0.4" />
<dependency id="NHibernate" version="5.1.1" />
<dependency id="NHibernate" version="5.1.3" />
<dependency id="NHibernate.JetDriver" version="2.0.0.1002" />
<dependency id="Npgsql" version="3.2.7" />
<dependency id="System.Data.SQLite.Core" version="1.0.108" />
<dependency id="System.Data.SQLite.Core" version="1.0.109.2" />
<dependency id="Microsoft.SqlServer.Compact" version="4.0.8876.1" />
</dependencies>
<iconUrl>https://raw.github.com/chucknorris/roundhouse/master/nuget/RoundhousE_Logo.NuGet.jpg</iconUrl>
Expand Down

0 comments on commit 39b0f3d

Please sign in to comment.