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

Commit 16f24f6

Browse files
committed
Update .Signed .dlls + .csprojs
1 parent 6f495c1 commit 16f24f6

File tree

8 files changed

+421
-3
lines changed

8 files changed

+421
-3
lines changed

lib/signed/ServiceStack.Common.dll

-12 KB
Binary file not shown.

lib/signed/ServiceStack.Common.xml

Lines changed: 410 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
545 KB
Binary file not shown.

lib/signed/ServiceStack.Text.dll

-34 KB
Binary file not shown.

src/ServiceStack.OrmLite.SqlServer.Converters/ServiceStack.OrmLite.SqlServer.Converters.Signed.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
<DefineConstants>$(DefineConstants);NET45;ASYNC</DefineConstants>
3232
</PropertyGroup>
3333

34+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Signed|net45|AnyCPU'" />
35+
3436
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
3537
<PackageReference Include="Microsoft.SqlServer.Types" Version="11.0.2" />
3638
<ProjectReference Include="..\ServiceStack.OrmLite\ServiceStack.OrmLite.Signed.csproj" />

src/ServiceStack.OrmLite.SqlServer/ServiceStack.OrmLite.SqlServer.Signed.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
<DefineConstants>$(DefineConstants);NET45;ASYNC</DefineConstants>
3232
</PropertyGroup>
3333

34+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Signed|net45|AnyCPU'" />
35+
3436
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
3537
<ProjectReference Include="..\ServiceStack.OrmLite\ServiceStack.OrmLite.Signed.csproj" />
3638
<Reference Include="..\..\lib\signed\ServiceStack.Text.dll" />

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net45</TargetFrameworks>
44
<AssemblyName>ServiceStack.OrmLite.Sqlite.Windows</AssemblyName>
@@ -48,11 +48,13 @@
4848
</Compile>
4949
</ItemGroup>
5050

51+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Signed|net45|AnyCPU'" />
52+
5153
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
5254
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.105" />
5355

5456
<ProjectReference Include="..\ServiceStack.OrmLite\ServiceStack.OrmLite.csproj" />
55-
<Reference Include="..\..\lib\net45\ServiceStack.Text.dll" />
56-
<Reference Include="..\..\lib\net45\ServiceStack.Common.dll" />
57+
<Reference Include="..\..\lib\signed\ServiceStack.Text.dll" />
58+
<Reference Include="..\..\lib\signed\ServiceStack.Common.dll" />
5759
</ItemGroup>
5860
</Project>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
<DefineConstants>$(DefineConstants);NET45;ASYNC</DefineConstants>
3232
</PropertyGroup>
3333

34+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Signed|net45|AnyCPU'" />
35+
3436
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
3537
<Reference Include="System.Net" />
3638
<Reference Include="System.ComponentModel.DataAnnotations" />

0 commit comments

Comments
 (0)