| 123456789101112131415161718 |
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>Library</OutputType>
- <TargetFramework>net6.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- </PropertyGroup>
-
- <ItemGroup>
- <Folder Include="DTO\" />
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="protobuf-net.Grpc" Version="1.0.171" />
- </ItemGroup>
-
- </Project>
|