File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
TIKSN.Framework.Core.Tests Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ syntax = "proto3" ;
2+
3+ option csharp_namespace = "TIKSN.Tests.Licensing" ;
4+
5+ message TestLicenseEntitlements {
6+ string Name = 1 ;
7+ int32 Quantity = 2 ;
8+ bytes Salt = 3 ;
9+ int64 CompanyId = 4 ;
10+ int64 EmployeeId = 5 ;
11+ }
Original file line number Diff line number Diff line change 1111 </PropertyGroup >
1212 <ItemGroup >
1313 <PackageReference Include =" Bond.CSharp" />
14+ <PackageReference Include =" Grpc.Tools" >
15+ <PrivateAssets >all</PrivateAssets >
16+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
17+ </PackageReference >
1418 <PackageReference Include =" Microsoft.Extensions.Hosting" />
1519 <PackageReference Include =" Microsoft.Extensions.TimeProvider.Testing" />
1620 <PackageReference Include =" Microsoft.NET.Test.Sdk" />
4448 <CustomToolNamespace >TIKSN.Tests.Licensing</CustomToolNamespace >
4549 </EmbeddedResource >
4650 </ItemGroup >
51+ <ItemGroup >
52+ <Protobuf Include =" Licensing\schema.proto" GrpcServices =" None" />
53+ </ItemGroup >
4754</Project >
You can’t perform that action at this time.
0 commit comments