This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-32
lines changed
src/ServiceStack.OrmLite.PostgreSQL.Tests
tests/ServiceStack.OrmLite.Tests Expand file tree Collapse file tree 2 files changed +6
-32
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net46;netcoreapp2.0 </TargetFrameworks >
4
+ <TargetFrameworks >net46;netcoreapp2.1 </TargetFrameworks >
5
5
<DebugType >portable</DebugType >
6
6
<AssemblyName >ServiceStack.OrmLite.PostgreSQL.Tests</AssemblyName >
7
7
<OutputType >Library</OutputType >
54
54
<Reference Include =" ..\..\lib\net45\ServiceStack.dll" />
55
55
</ItemGroup >
56
56
57
- <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0 ' " >
57
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1 ' " >
58
58
<DefineConstants >$(DefineConstants);NETCORE_SUPPORT;NETCORE</DefineConstants >
59
59
</PropertyGroup >
60
60
61
- <!-- Enable NunitLite build, becase NUnit is not supported on .NET Core SDK 1.0.2
62
- https://github.com/nunit/dotnet-test-nunit/issues/91
63
- To enable NUnitLite pass /p:NUNITLITE=1 into msbuild arguments
64
- -->
65
- <PropertyGroup Condition =" '$(NUNITLITE)' != '' " >
66
- <OutputType >Exe</OutputType >
67
- <DefineConstants >$(DefineConstants);NUNITLITE</DefineConstants >
68
- </PropertyGroup >
69
-
70
- <ItemGroup Condition =" '$(NUNITLITE)' != '' " >
71
- <PackageReference Include =" NUnitLite" Version =" 3.9.0" />
72
- </ItemGroup >
73
-
74
- <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0' " >
61
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1' " >
75
62
<PackageReference Include =" System.Runtime" Version =" 4.*" />
76
63
<PackageReference Include =" System.Runtime.Serialization.Xml" Version =" 4.*" />
77
64
<PackageReference Include =" System.Reflection" Version =" 4.*" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net46;netcoreapp2.0 </TargetFrameworks >
4
+ <TargetFrameworks >net46;netcoreapp2.1 </TargetFrameworks >
5
5
<!-- <TargetFrameworks>net46</TargetFrameworks>-->
6
6
<DebugType >portable</DebugType >
7
7
<AssemblyName >ServiceStack.OrmLite.Tests</AssemblyName >
65
65
<Reference Include =" ..\..\lib\net45\ServiceStack.dll" />
66
66
</ItemGroup >
67
67
68
- <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0 ' " >
68
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1 ' " >
69
69
<DefineConstants >$(DefineConstants);NETCORE_SUPPORT;NETCORE</DefineConstants >
70
70
</PropertyGroup >
71
71
72
- <!-- Enable NunitLite build, becase NUnit is not supported on .NET Core SDK 1.0.2
73
- https://github.com/nunit/dotnet-test-nunit/issues/91
74
- To enable NUnitLite pass /p:NUNITLITE=1 into msbuild arguments
75
- -->
76
- <PropertyGroup Condition =" '$(NUNITLITE)' != '' " >
77
- <OutputType >Exe</OutputType >
78
- <DefineConstants >$(DefineConstants);NUNITLITE</DefineConstants >
79
- </PropertyGroup >
80
-
81
- <ItemGroup Condition =" '$(NUNITLITE)' != '' " >
82
- <PackageReference Include =" NUnitLite" Version =" 3.9.0" />
83
- </ItemGroup >
84
-
85
- <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0' " >
72
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1' " >
86
73
<PackageReference Include =" Microsoft.Data.Sqlite" Version =" 2.0.1" />
87
74
<PackageReference Include =" Microsoft.Extensions.Primitives" Version =" 2.1.1" />
88
75
<PackageReference Include =" System.Runtime" Version =" 4.*" />
You can’t perform that action at this time.
0 commit comments