File tree Expand file tree Collapse file tree 13 files changed +49
-49
lines changed
ServiceStack.Logging.Log4Net
ServiceStack.Logging.NLog Expand file tree Collapse file tree 13 files changed +49
-49
lines changed Original file line number Diff line number Diff line change 1717 </ItemGroup >
1818
1919 <ItemGroup >
20- <ProjectReference Include =" ..\ServiceStack.Interfaces\ServiceStack.Interfaces.csproj" />
21- <ProjectReference Include =" ..\ServiceStack.Client\ServiceStack.Client.csproj" />
22- <ProjectReference Include =" ..\ServiceStack.Common\ServiceStack.Common.csproj" />
23- <ProjectReference Include =" ..\ServiceStack\ServiceStack.csproj" />
24- <PackageReference Include =" ServiceStack.Text" Version =" $(Version)" />
20+ <ProjectReference Include =" ..\ServiceStack.Interfaces\ServiceStack.Interfaces.Core. csproj" />
21+ <ProjectReference Include =" ..\ServiceStack.Client\ServiceStack.Core. Client.csproj" />
22+ <ProjectReference Include =" ..\ServiceStack.Common\ServiceStack.Core. Common.csproj" />
23+ <ProjectReference Include =" ..\ServiceStack\ServiceStack.Core. csproj" />
24+ <PackageReference Include =" ServiceStack.Text.Core " Version =" $(Version)" />
2525 </ItemGroup >
2626
2727 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
Original file line number Diff line number Diff line change 1212 </PropertyGroup >
1313
1414 <ItemGroup >
15- <ProjectReference Include =" ..\ServiceStack.Interfaces\ServiceStack.Interfaces.csproj" />
16- <PackageReference Include =" ServiceStack.Text" Version =" $(Version)" />
15+ <ProjectReference Include =" ..\ServiceStack.Interfaces\ServiceStack.Interfaces.Core. csproj" />
16+ <PackageReference Include =" ServiceStack.Text.Core " Version =" $(Version)" />
1717 </ItemGroup >
1818
1919 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
Original file line number Diff line number Diff line change 1111 <PackageTags >ServiceStack;Common;Framework;Clients;ServiceClients;Gateway</PackageTags >
1212 </PropertyGroup >
1313 <ItemGroup >
14- <ProjectReference Include =" ..\ServiceStack.Interfaces\ServiceStack.Interfaces.csproj" />
15- <PackageReference Include =" ServiceStack.Text" Version =" $(Version)" />
14+ <ProjectReference Include =" ..\ServiceStack.Interfaces\ServiceStack.Interfaces.Core. csproj" />
15+ <PackageReference Include =" ServiceStack.Text.Core " Version =" $(Version)" />
1616 <PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
1717 <PackageReference Include =" System.Memory" Version =" 4.5.1" />
1818 </ItemGroup >
Original file line number Diff line number Diff line change 1212 </PropertyGroup >
1313
1414 <ItemGroup >
15- <ProjectReference Include =" ..\ServiceStack.Interfaces\ServiceStack.Interfaces.csproj" />
16- <ProjectReference Include =" ..\ServiceStack.Client\ServiceStack.Client.csproj" />
17- <PackageReference Include =" ServiceStack.Text" Version =" $(Version)" />
15+ <ProjectReference Include =" ..\ServiceStack.Interfaces\ServiceStack.Interfaces.Core. csproj" />
16+ <ProjectReference Include =" ..\ServiceStack.Client\ServiceStack.Client.Core. csproj" />
17+ <PackageReference Include =" ServiceStack.Text.Core " Version =" $(Version)" />
1818 </ItemGroup >
1919
2020 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <PackageId >ServiceStack.Interfaces</PackageId >
4+ <PackageId >ServiceStack.Interfaces.Core </PackageId >
55 <AssemblyName >ServiceStack.Interfaces</AssemblyName >
66 <TargetFrameworks >netstandard2.0</TargetFrameworks >
77 <Title >Lightweight and implementation-free interfaces for ServiceStack</Title >
Original file line number Diff line number Diff line change 1010 <PackageTags >servicestack;log;logging;log4net</PackageTags >
1111 </PropertyGroup >
1212 <ItemGroup >
13- <ProjectReference Include =" ..\ServiceStack.Interfaces\ServiceStack.Interfaces.csproj" />
14- <PackageReference Include =" ServiceStack.Text" Version =" $(Version)" />
13+ <ProjectReference Include =" ..\ServiceStack.Interfaces\ServiceStack.Interfaces.Core. csproj" />
14+ <PackageReference Include =" ServiceStack.Text.Core " Version =" $(Version)" />
1515 <PackageReference Include =" log4net" Version =" 2.0.8" />
1616 </ItemGroup >
1717 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
Original file line number Diff line number Diff line change 1212 </PropertyGroup >
1313
1414 <ItemGroup >
15- <ProjectReference Include =" ..\ServiceStack.Interfaces\ServiceStack.Interfaces.csproj" />
16- <PackageReference Include =" ServiceStack.Text" Version =" $(Version)" />
15+ <ProjectReference Include =" ..\ServiceStack.Interfaces\ServiceStack.Interfaces.Core. csproj" />
16+ <PackageReference Include =" ServiceStack.Text.Core " Version =" $(Version)" />
1717 <PackageReference Include =" NLog" Version =" 4.5.0" />
1818 </ItemGroup >
1919
Original file line number Diff line number Diff line change 1212 </PropertyGroup >
1313
1414 <ItemGroup >
15- <ProjectReference Include =" ..\ServiceStack.Interfaces\ServiceStack.Interfaces.csproj" />
16- <ProjectReference Include =" ..\ServiceStack.Client\ServiceStack.Client.csproj" />
17- <ProjectReference Include =" ..\ServiceStack.Common\ServiceStack.Common.csproj" />
18- <ProjectReference Include =" ..\ServiceStack\ServiceStack.csproj" />
19- <PackageReference Include =" ServiceStack.Text" Version =" $(Version)" />
15+ <ProjectReference Include =" ..\ServiceStack.Interfaces\ServiceStack.Interfaces.Core. csproj" />
16+ <ProjectReference Include =" ..\ServiceStack.Client\ServiceStack.Client.Core. csproj" />
17+ <ProjectReference Include =" ..\ServiceStack.Common\ServiceStack.Common.Core. csproj" />
18+ <ProjectReference Include =" ..\ServiceStack\ServiceStack.Core. csproj" />
19+ <PackageReference Include =" ServiceStack.Text.Core " Version =" $(Version)" />
2020 <PackageReference Include =" MsgPack.Cli" Version =" 1.0.0" />
2121 </ItemGroup >
2222
Original file line number Diff line number Diff line change 1313 <PackageTags >MVC;ServiceStack;MiniProfiler;FluentValidation;Controller</PackageTags >
1414 </PropertyGroup >
1515 <ItemGroup >
16- <ProjectReference Include =" ..\ServiceStack.Interfaces\ServiceStack.Interfaces.csproj" />
17- <ProjectReference Include =" ..\ServiceStack.Client\ServiceStack.Client.csproj" />
18- <ProjectReference Include =" ..\ServiceStack.Common\ServiceStack.Common.csproj" />
19- <ProjectReference Include =" ..\ServiceStack\ServiceStack.csproj" />
20- <PackageReference Include =" ServiceStack.Text" Version =" $(Version)" />
16+ <ProjectReference Include =" ..\ServiceStack.Interfaces\ServiceStack.Interfaces.Core. csproj" />
17+ <ProjectReference Include =" ..\ServiceStack.Client\ServiceStack.Client.Core. csproj" />
18+ <ProjectReference Include =" ..\ServiceStack.Common\ServiceStack.Common.Core. csproj" />
19+ <ProjectReference Include =" ..\ServiceStack\ServiceStack.Core. csproj" />
20+ <PackageReference Include =" ServiceStack.Text.Core " Version =" $(Version)" />
2121 </ItemGroup >
2222 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
2323 <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.2.0" />
Original file line number Diff line number Diff line change 1010 <PackageTags >ProtoBuf;Fast;Binary;Serializer;Format;ContentType;REST;Web;Services;ServiceStack</PackageTags >
1111 </PropertyGroup >
1212 <ItemGroup >
13- <ProjectReference Include =" ..\ServiceStack.Interfaces\ServiceStack.Interfaces.csproj" />
14- <ProjectReference Include =" ..\ServiceStack.Client\ServiceStack.Client.csproj" />
15- <ProjectReference Include =" ..\ServiceStack.Common\ServiceStack.Common.csproj" />
16- <ProjectReference Include =" ..\ServiceStack\ServiceStack.csproj" />
17- <PackageReference Include =" ServiceStack.Text" Version =" $(Version)" />
13+ <ProjectReference Include =" ..\ServiceStack.Interfaces\ServiceStack.Interfaces.Core. csproj" />
14+ <ProjectReference Include =" ..\ServiceStack.Client\ServiceStack.Client.Core. csproj" />
15+ <ProjectReference Include =" ..\ServiceStack.Common\ServiceStack.Common.Core. csproj" />
16+ <ProjectReference Include =" ..\ServiceStack\ServiceStack.Core. csproj" />
17+ <PackageReference Include =" ServiceStack.Text.Core " Version =" $(Version)" />
1818 <PackageReference Include =" protobuf-net" Version =" 2.3.17" />
1919 </ItemGroup >
2020</Project >
You can’t perform that action at this time.
0 commit comments