-
Notifications
You must be signed in to change notification settings - Fork 0
/
TuiHub.Protos.csproj
36 lines (31 loc) · 1.44 KB
/
TuiHub.Protos.csproj
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
29
30
31
32
33
34
35
36
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<AssemblyName>TuiHub.Protos</AssemblyName>
<AssemblyTitle>TuiHub.Protos</AssemblyTitle>
<VersionPrefix>0.4.24</VersionPrefix>
<PackageProjectUrl>https://github.com/tuihub/protos</PackageProjectUrl>
<RepositoryUrl>https://github.com/tuihub/protos</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>protobuf;TuiHub</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Authors>TuiHub</Authors>
<Company>TuiHub</Company>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<Description>protobuf protocol files for TuiHub</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.29.1"/>
<PackageReference Include="Grpc.Net.Common" Version="2.67.0"/>
</ItemGroup>
<!--Target Name="IncludeAllDependencies" BeforeTargets="_GetPackageFiles">
<ItemGroup>
<None Include="Assets\build\Package.props" Pack="True" PackagePath="build\$(PackageId).props" />
<None Include="Assets\build\Package.targets" Pack="True" PackagePath="build\$(PackageId).targets" />
<None Include="Assets\src\**" Pack="True" PackagePath="src" />
</ItemGroup>
</Target-->
</Project>