Skip to content

Commit d17f81f

Browse files
authored
fix build (#2165)
1 parent 64a5b6c commit d17f81f

File tree

3 files changed

+3
-17
lines changed

3 files changed

+3
-17
lines changed

Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<PackageVersion Include="Grpc.AspNetCore" Version="2.70.0" />
2222
<PackageVersion Include="Grpc.Core.Api" Version="2.70.0" />
2323
<PackageVersion Include="Grpc.HealthCheck" Version="2.70.0" />
24+
<PackageVersion Include="dotnet-etcd" Version="7.2.0" />
2425
<PackageVersion Include="Grpc.Net.Common" Version="2.70.0" />
2526
<PackageVersion Include="Grpc.Tools" Version="2.71.0">
2627
<PrivateAssets>all</PrivateAssets>

ProtoActor.sln

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "template", "template", "{08
309309
EndProject
310310
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EndpointManagerTest", "benchmarks\EndpointManagerTest\EndpointManagerTest.csproj", "{B7258689-41D2-4284-AF93-050DD1DFEAC4}"
311311
EndProject
312-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Proto.Cluster.Etcd", "src\Proto.Cluster.Etcd\Proto.Cluster.Etcd.csproj", "{D875AADB-B827-4A61-9B33-8B71E60E9539}"
313-
EndProject
314312
Global
315313
GlobalSection(SolutionConfigurationPlatforms) = preSolution
316314
Debug|Any CPU = Debug|Any CPU
@@ -1497,18 +1495,6 @@ Global
14971495
{B7258689-41D2-4284-AF93-050DD1DFEAC4}.Release|x64.Build.0 = Release|Any CPU
14981496
{B7258689-41D2-4284-AF93-050DD1DFEAC4}.Release|x86.ActiveCfg = Release|Any CPU
14991497
{B7258689-41D2-4284-AF93-050DD1DFEAC4}.Release|x86.Build.0 = Release|Any CPU
1500-
{D875AADB-B827-4A61-9B33-8B71E60E9539}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1501-
{D875AADB-B827-4A61-9B33-8B71E60E9539}.Debug|Any CPU.Build.0 = Debug|Any CPU
1502-
{D875AADB-B827-4A61-9B33-8B71E60E9539}.Debug|x64.ActiveCfg = Debug|Any CPU
1503-
{D875AADB-B827-4A61-9B33-8B71E60E9539}.Debug|x64.Build.0 = Debug|Any CPU
1504-
{D875AADB-B827-4A61-9B33-8B71E60E9539}.Debug|x86.ActiveCfg = Debug|Any CPU
1505-
{D875AADB-B827-4A61-9B33-8B71E60E9539}.Debug|x86.Build.0 = Debug|Any CPU
1506-
{D875AADB-B827-4A61-9B33-8B71E60E9539}.Release|Any CPU.ActiveCfg = Release|Any CPU
1507-
{D875AADB-B827-4A61-9B33-8B71E60E9539}.Release|Any CPU.Build.0 = Release|Any CPU
1508-
{D875AADB-B827-4A61-9B33-8B71E60E9539}.Release|x64.ActiveCfg = Release|Any CPU
1509-
{D875AADB-B827-4A61-9B33-8B71E60E9539}.Release|x64.Build.0 = Release|Any CPU
1510-
{D875AADB-B827-4A61-9B33-8B71E60E9539}.Release|x86.ActiveCfg = Release|Any CPU
1511-
{D875AADB-B827-4A61-9B33-8B71E60E9539}.Release|x86.Build.0 = Release|Any CPU
15121498
EndGlobalSection
15131499
GlobalSection(SolutionProperties) = preSolution
15141500
HideSolutionNode = FALSE
@@ -1645,7 +1631,6 @@ Global
16451631
{CDCE3D4C-1BDD-460F-93B8-75123A258183} = {ADE7A14E-FFE9-4137-AC25-E2F2A82B0A8C}
16461632
{087E5441-1582-4D55-8233-014C0FB06FF0} = {CDCE3D4C-1BDD-460F-93B8-75123A258183}
16471633
{B7258689-41D2-4284-AF93-050DD1DFEAC4} = {0F3AB331-C042-4371-A2F0-0AFDFA13DC9F}
1648-
{D875AADB-B827-4A61-9B33-8B71E60E9539} = {3D12F5E5-9774-4D7E-8A5B-B1F64544925B}
16491634
EndGlobalSection
16501635
GlobalSection(ExtensibilityGlobals) = postSolution
16511636
SolutionGuid = {CD0D1E44-8118-4682-8793-6B20ABFA824C}

src/Proto.Cluster.Etcd/Proto.Cluster.Etcd.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
22

33
<PropertyGroup>
44
<LangVersion>10</LangVersion>
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="dotnet-etcd" Version="7.2.0" />
11+
<PackageReference Include="dotnet-etcd" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)