|
4 | 4 | <AssemblyName>Projac.Recipes</AssemblyName>
|
5 | 5 | <AssemblyTitle>Projac.Recipes</AssemblyTitle>
|
6 | 6 | <TargetFrameworks Condition="'$(OS)' == 'Unix'">netcoreapp2.0</TargetFrameworks>
|
7 |
| - <TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">net46</TargetFrameworks> |
| 7 | + <TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">net452;net46;net462</TargetFrameworks> |
8 | 8 | <PlatformTarget>AnyCPU</PlatformTarget>
|
9 | 9 | <RootNamespace>Projac.Recipes</RootNamespace>
|
10 | 10 | <DebugSymbols>true</DebugSymbols>
|
|
41 | 41 | <ProjectReference Include="..\Projac.SqlClient\Projac.SqlClient.csproj" />
|
42 | 42 | <ProjectReference Include="..\Projac.SQLite\Projac.SQLite.csproj" />
|
43 | 43 | </ItemGroup>
|
44 |
| - <ItemGroup Condition=" '$(TargetFramework)' == 'net452' Or '$(TargetFramework)' == 'net46' "> |
| 44 | + <ItemGroup Condition=" '$(TargetFramework)' == 'net452' Or '$(TargetFramework)' == 'net46' Or '$(TargetFramework)' == 'net462' "> |
45 | 45 | <Reference Include="System" />
|
46 | 46 | <Reference Include="System.Core" />
|
47 | 47 | <Reference Include="System.Configuration" />
|
|
55 | 55 | <ItemGroup>
|
56 | 56 | <PackageReference Include="CompareNETObjects" Version="3.09.0.0" />
|
57 | 57 | <PackageReference Include="ElasticSearch.Net" Version="5.5.0" />
|
58 |
| - <PackageReference Include="EventStore.Client.Embedded" Version="4.0.3" /> |
59 | 58 | <PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
|
60 | 59 | <PackageReference Include="RavenDB.Embedded" Version="3.5.4" />
|
61 |
| - <PackageReference Include="SqlStreamStore" Version="1.1.1" /> |
62 | 60 | <PackageReference Include="StackExchange.Redis" Version="1.2.6" />
|
63 | 61 | <PackageReference Include="System.Data.SQLite.Core" Version="1.0.105.2" />
|
64 | 62 | <PackageReference Include="WindowsAzure.Storage" Version="8.5.0" />
|
65 | 63 | </ItemGroup>
|
| 64 | + <ItemGroup Condition=" '$(TargetFramework)' == 'net462' "> |
| 65 | + <PackageReference Include="SqlStreamStore" Version="1.1.1" /> |
| 66 | + </ItemGroup> |
| 67 | + <ItemGroup Condition=" '$(TargetFramework)' == 'net46' Or '$(TargetFramework)' == 'net462' "> |
| 68 | + <PackageReference Include="EventStore.Client.Embedded" Version="4.0.3" /> |
| 69 | + </ItemGroup> |
66 | 70 | <ItemGroup>
|
67 | 71 | <PackageReference Include="NUnit" Version="3.9.0" />
|
68 | 72 | <PackageReference Include="NUnit3TestAdapter" Version="3.9.0" />
|
|
0 commit comments