Remove redundant package from NucuCar.Sensors
This commit is contained in:
parent
f0407a290f
commit
9bc5a462f6
2 changed files with 0 additions and 4 deletions
|
@ -4,7 +4,6 @@ import "google/protobuf/empty.proto";
|
|||
package NucuCarSensorsProto;
|
||||
|
||||
// General
|
||||
|
||||
enum SensorStateEnum {
|
||||
Error = 0;
|
||||
Uninitialized = 1;
|
||||
|
|
|
@ -6,10 +6,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Google.Protobuf" Version="3.10.1" />
|
||||
<PackageReference Include="Grpc.AspNetCore" Version="2.25.0" />
|
||||
<PackageReference Include="Grpc.Core" Version="2.25.0" />
|
||||
<PackageReference Include="Grpc.Tools" Version="2.25.0" />
|
||||
<PackageReference Include="Iot.Device.Bindings" Version="1.0.0" />
|
||||
<PackageReference Include="libgrpc_csharp_ext.arm7" Version="1.0.8" />
|
||||
<PackageReference Include="Microsoft.Extensions.Hosting" Version="3.0.0" />
|
||||
|
|
Loading…
Reference in a new issue