Skip to content

Commit 58475af

Browse files
1 parent 7b3f5d1 commit 58475af

File tree

30 files changed

+30
-30
lines changed

30 files changed

+30
-30
lines changed

examples/Google.Cloud.Functions.Examples.AdvancedDependencyInjection/Google.Cloud.Functions.Examples.AdvancedDependencyInjection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net6.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.0.0" />
7+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.1.0" />
88
<None Include="appsettings*.json" CopyToOutputDirectory="PreserveNewest" />
99
</ItemGroup>
1010

examples/Google.Cloud.Functions.Examples.Configuration/Google.Cloud.Functions.Examples.Configuration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.0.0" />
8+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.1.0" />
99
<None Include="appsettings*.json" CopyToOutputDirectory="PreserveNewest" />
1010
</ItemGroup>
1111
</Project>

examples/Google.Cloud.Functions.Examples.CustomConfiguration/Google.Cloud.Functions.Examples.CustomConfiguration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net6.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.0.0" />
7+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.1.0" />
88
<PackageReference Include="Steeltoe.Extensions.Configuration.RandomValueBase" Version="3.2.3" />
99
<None Include="appsettings*.json" CopyToOutputDirectory="PreserveNewest" />
1010
</ItemGroup>

examples/Google.Cloud.Functions.Examples.CustomEventDataFunction/Google.Cloud.Functions.Examples.CustomEventDataFunction.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.0.0" />
8+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.1.0" />
99
<PackageReference Include="CloudNative.CloudEvents.NewtonsoftJson" Version="2.6.0" />
1010
<None Include="appsettings*.json" CopyToOutputDirectory="PreserveNewest" />
1111
</ItemGroup>

examples/Google.Cloud.Functions.Examples.FSharpEventFunction/Google.Cloud.Functions.Examples.FSharpEventFunction.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.0.0" />
13+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.1.0" />
1414
<PackageReference Include="Google.Events.Protobuf" Version="1.3.0" />
1515
</ItemGroup>
1616
</Project>

examples/Google.Cloud.Functions.Examples.FSharpHttpFunction/Google.Cloud.Functions.Examples.FSharpHttpFunction.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.0.0" />
13+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.1.0" />
1414
</ItemGroup>
1515
</Project>

examples/Google.Cloud.Functions.Examples.FSharpUntypedEventFunction/Google.Cloud.Functions.Examples.FSharpUntypedEventFunction.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.0.0" />
13+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.1.0" />
1414
</ItemGroup>
1515
</Project>

examples/Google.Cloud.Functions.Examples.IntegrationTests/Google.Cloud.Functions.Examples.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Google.Cloud.Functions.Testing" Version="2.0.0" />
18+
<PackageReference Include="Google.Cloud.Functions.Testing" Version="2.1.0" />
1919
<ProjectReference Include="..\Google.Cloud.Functions.Examples.AdvancedDependencyInjection\Google.Cloud.Functions.Examples.AdvancedDependencyInjection.csproj" />
2020
<ProjectReference Include="..\Google.Cloud.Functions.Examples.SimpleDependencyInjection\Google.Cloud.Functions.Examples.SimpleDependencyInjection.csproj" />
2121
<ProjectReference Include="..\Google.Cloud.Functions.Examples.SimpleHttpFunction\Google.Cloud.Functions.Examples.SimpleHttpFunction.csproj" />

examples/Google.Cloud.Functions.Examples.LocalNuGetPackageFunction/Google.Cloud.Functions.Examples.LocalNuGetPackageFunction.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.0.0" />
8+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.1.0" />
99
<None Include="appsettings*.json" CopyToOutputDirectory="PreserveNewest" />
1010

1111
<!-- This package is in the nupkg directory, referenced in nuget.config -->

examples/Google.Cloud.Functions.Examples.Middleware/Google.Cloud.Functions.Examples.Middleware.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.0.0" />
9+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.1.0" />
1010
<None Include="appsettings*.json" CopyToOutputDirectory="PreserveNewest" />
1111
</ItemGroup>
1212

0 commit comments

Comments
 (0)