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

Commit b6fc796

Browse files
committed
tweak .Core.csproj's
1 parent e8cb36f commit b6fc796

File tree

4 files changed

+0
-18
lines changed

4 files changed

+0
-18
lines changed

src/ServiceStack.OrmLite.MySql/ServiceStack.OrmLite.MySql.Core.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,4 @@
1818
<PackageReference Include="ServiceStack.Common" Version="$(Version)" />
1919
</ItemGroup>
2020

21-
<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
22-
<Reference Include="System.Net" />
23-
<Reference Include="System.ComponentModel.DataAnnotations" />
24-
</ItemGroup>
25-
2621
</Project>

src/ServiceStack.OrmLite.MySqlConnector/ServiceStack.OrmLite.MySqlConnector.Core.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@
2828
<PackageReference Include="MySqlConnector" Version="0.43.0" />
2929
<PackageReference Include="ServiceStack.Common" Version="$(Version)" />
3030
</ItemGroup>
31-
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
32-
<Reference Include="System.Net" />
33-
<Reference Include="System.ComponentModel.DataAnnotations" />
34-
</ItemGroup>
3531
<ItemGroup>
3632
<Folder Include="DataAnnotations\" />
3733
</ItemGroup>

src/ServiceStack.OrmLite.Sqlite/ServiceStack.OrmLite.Sqlite.Core.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
<PackageReference Include="ServiceStack.Common" Version="$(Version)" />
1818
</ItemGroup>
1919

20-
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
21-
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.109.1" />
22-
</ItemGroup>
23-
2420
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
2521
<PackageReference Include="Microsoft.Data.Sqlite" Version="2.1.0" />
2622
</ItemGroup>

src/ServiceStack.OrmLite/ServiceStack.OrmLite.Core.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
<PackageReference Include="ServiceStack.Common" Version="$(Version)" />
1818
</ItemGroup>
1919

20-
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
21-
<Reference Include="System.Net" />
22-
<Reference Include="System.ComponentModel.DataAnnotations" />
23-
</ItemGroup>
24-
2520
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
2621
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
2722
<PackageReference Include="System.Reflection.Emit" Version="4.3.0" />

0 commit comments

Comments
 (0)