Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit e9af073

Browse files
committed
code-gen projs
1 parent a3b97ba commit e9af073

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

src/ServiceStack.OrmLite.MySql/ServiceStack.OrmLite.MySql.Signed.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@
8686
</ItemGroup>
8787
<ItemGroup>
8888
<None Include="app.config" />
89-
<None Include="packages.config" />
89+
<None Include="project.json" />
90+
<None Include="ServiceStack.OrmLite.MySql.project.json" />
91+
<None Include="ServiceStack.OrmLite.MySql.Signed.project.json" />
9092
</ItemGroup>
9193
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9294
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />

src/ServiceStack.OrmLite.Sqlite.Windows/ServiceStack.OrmLite.Sqlite.Windows.Signed.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
</Reference>
5454
<Reference Include="System" />
5555
<Reference Include="System.Core" />
56-
<Reference Include="System.Data.SQLite, Version=1.0.103.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
57-
<HintPath>..\packages\System.Data.SQLite.Core.1.0.103\lib\net45\System.Data.SQLite.dll</HintPath>
56+
<Reference Include="System.Data.SQLite, Version=1.0.104.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
57+
<HintPath>..\packages\System.Data.SQLite.Core.1.0.104.0\lib\net45\System.Data.SQLite.dll</HintPath>
5858
<Private>True</Private>
5959
</Reference>
6060
<Reference Include="System.Xml.Linq" />
@@ -117,9 +117,9 @@
117117
<AssemblyOriginatorKeyFile>servicestack-sn.pfx</AssemblyOriginatorKeyFile>
118118
</PropertyGroup>
119119
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
120-
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.103\build\net45\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.103\build\net45\System.Data.SQLite.Core.targets'))" />
120+
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.104.0\build\net45\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.104.0\build\net45\System.Data.SQLite.Core.targets'))" />
121121
</Target>
122-
<Import Project="..\packages\System.Data.SQLite.Core.1.0.103\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.103\build\net45\System.Data.SQLite.Core.targets')" />
122+
<Import Project="..\packages\System.Data.SQLite.Core.1.0.104.0\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.104.0\build\net45\System.Data.SQLite.Core.targets')" />
123123
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
124124
Other similar extension points exist, see Microsoft.Common.targets.
125125
<Target Name="BeforeBuild">

0 commit comments

Comments
 (0)