File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<AssemblyName >Projac.Recipes</AssemblyName >
5
5
<AssemblyTitle >Projac.Recipes</AssemblyTitle >
6
- <TargetFrameworks Condition =" '$(OS)' == 'Unix'" >netstandard2 .0</TargetFrameworks >
6
+ <TargetFrameworks Condition =" '$(OS)' == 'Unix'" >netcoreapp2 .0</TargetFrameworks >
7
7
<TargetFrameworks Condition =" '$(OS)' == 'Windows_NT'" >net46</TargetFrameworks >
8
8
<PlatformTarget >AnyCPU</PlatformTarget >
9
9
<RootNamespace >Projac.Recipes</RootNamespace >
41
41
<ProjectReference Include =" ..\Projac.SqlClient\Projac.SqlClient.csproj" />
42
42
<ProjectReference Include =" ..\Projac.SQLite\Projac.SQLite.csproj" />
43
43
</ItemGroup >
44
- <ItemGroup >
44
+ <ItemGroup Condition = " '$(TargetFramework)' == 'net452' Or '$(TargetFramework)' == 'net46' " >
45
45
<Reference Include =" System" />
46
46
<Reference Include =" System.Core" />
47
47
<Reference Include =" System.Configuration" />
48
48
<Reference Include =" System.Data" />
49
49
<Reference Include =" System.Runtime.Caching" />
50
50
<Reference Include =" Microsoft.CSharp" />
51
51
</ItemGroup >
52
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0' " >
53
+ <PackageReference Include =" System.Runtime.Caching" Version =" 4.5.0-preview1-25914-04" />
54
+ </ItemGroup >
52
55
<ItemGroup >
53
56
<PackageReference Include =" CompareNETObjects" Version =" 3.09.0.0" />
54
57
<PackageReference Include =" ElasticSearch.Net" Version =" 5.5.0" />
You can’t perform that action at this time.
0 commit comments