forked from ServiceStack/ServiceStack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathServiceStack.Extensions.csproj
More file actions
28 lines (23 loc) · 1.37 KB
/
Copy pathServiceStack.Extensions.csproj
File metadata and controls
28 lines (23 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>ServiceStack.Extensions</PackageId>
<AssemblyName>ServiceStack.Extensions</AssemblyName>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>ServiceStack</RootNamespace>
<DefineConstants>$(DefineConstants);PLAT_PBN_NOSPAN</DefineConstants>
<LangVersion>8</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Grpc.AspNetCore.Server" Version="2.28.0" />
<PackageReference Include="Grpc.Core.Api" Version="2.28.1" />
<PackageReference Include="protobuf-net" Version="3.0.0-alpha.143" />
<PackageReference Include="protobuf-net.Grpc.AspNetCore" Version="1.0.37" />
<PackageReference Include="System.Threading.Channels" Version="4.7.0" />
<ProjectReference Include="..\ServiceStack.Interfaces\ServiceStack.Interfaces.csproj" />
<ProjectReference Include="..\ServiceStack.Client\ServiceStack.Client.csproj" />
<ProjectReference Include="..\ServiceStack.Common\ServiceStack.Common.csproj" />
<ProjectReference Include="..\ServiceStack\ServiceStack.csproj" />
<ProjectReference Include="..\ServiceStack.GrpcClient\ServiceStack.GrpcClient.csproj" />
<PackageReference Include="ServiceStack.Text" Version="$(Version)" />
</ItemGroup>
</Project>