Skip to content

Commit 39df52f

Browse files
authored
Release 1.0
1 parent 90430f5 commit 39df52f

File tree

4 files changed

+310
-56
lines changed

4 files changed

+310
-56
lines changed

GCPAnyAgent/GCPAnyAgent.csproj

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,23 +53,23 @@
5353
<Reference Include="CSS.Common, Version=1.5.0.0, Culture=neutral, PublicKeyToken=0ed89d330114ab09, processorArchitecture=MSIL">
5454
<HintPath>..\packages\CSS.Common.1.5.0\lib\net462\CSS.Common.dll</HintPath>
5555
</Reference>
56-
<Reference Include="Google.Apis, Version=1.51.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
57-
<HintPath>..\packages\Google.Apis.1.51.0\lib\net45\Google.Apis.dll</HintPath>
56+
<Reference Include="Google.Apis, Version=1.54.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
57+
<HintPath>..\packages\Google.Apis.1.54.0\lib\net45\Google.Apis.dll</HintPath>
5858
</Reference>
59-
<Reference Include="Google.Apis.Auth, Version=1.51.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
60-
<HintPath>..\packages\Google.Apis.Auth.1.51.0\lib\net45\Google.Apis.Auth.dll</HintPath>
59+
<Reference Include="Google.Apis.Auth, Version=1.54.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
60+
<HintPath>..\packages\Google.Apis.Auth.1.54.0\lib\net461\Google.Apis.Auth.dll</HintPath>
6161
</Reference>
62-
<Reference Include="Google.Apis.Auth.PlatformServices, Version=1.51.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
63-
<HintPath>..\packages\Google.Apis.Auth.1.51.0\lib\net45\Google.Apis.Auth.PlatformServices.dll</HintPath>
62+
<Reference Include="Google.Apis.Auth.PlatformServices, Version=1.54.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
63+
<HintPath>..\packages\Google.Apis.Auth.1.54.0\lib\net461\Google.Apis.Auth.PlatformServices.dll</HintPath>
6464
</Reference>
65-
<Reference Include="Google.Apis.Compute.v1, Version=1.51.0.2260, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
66-
<HintPath>..\packages\Google.Apis.Compute.v1.1.51.0.2260\lib\net45\Google.Apis.Compute.v1.dll</HintPath>
65+
<Reference Include="Google.Apis.Compute.v1, Version=1.54.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
66+
<HintPath>..\packages\Google.Apis.Compute.v1.1.54.0\lib\net45\Google.Apis.Compute.v1.dll</HintPath>
6767
</Reference>
68-
<Reference Include="Google.Apis.Core, Version=1.51.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
69-
<HintPath>..\packages\Google.Apis.Core.1.51.0\lib\net45\Google.Apis.Core.dll</HintPath>
68+
<Reference Include="Google.Apis.Core, Version=1.54.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
69+
<HintPath>..\packages\Google.Apis.Core.1.54.0\lib\net45\Google.Apis.Core.dll</HintPath>
7070
</Reference>
71-
<Reference Include="Google.Apis.PlatformServices, Version=1.51.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
72-
<HintPath>..\packages\Google.Apis.1.51.0\lib\net45\Google.Apis.PlatformServices.dll</HintPath>
71+
<Reference Include="Google.Apis.PlatformServices, Version=1.54.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
72+
<HintPath>..\packages\Google.Apis.1.54.0\lib\net45\Google.Apis.PlatformServices.dll</HintPath>
7373
</Reference>
7474
<Reference Include="Keyfactor.Platform.Extensions.Agents, Version=1.3.1.0, Culture=neutral, PublicKeyToken=0ed89d330114ab09, processorArchitecture=MSIL">
7575
<HintPath>..\packages\Keyfactor.Platform.Extensions.Agents.1.3.1\lib\net462\Keyfactor.Platform.Extensions.Agents.dll</HintPath>
@@ -236,6 +236,7 @@
236236
<ItemGroup>
237237
<None Include="LICENSE" />
238238
</ItemGroup>
239+
<ItemGroup />
239240
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
240241
<PropertyGroup>
241242
<PostBuildEvent>

0 commit comments

Comments
 (0)