We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fb756 commit 5203d0eCopy full SHA for 5203d0e
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "8.0.411",
+ "version": "8.0.413",
4
"rollForward": "minor"
5
}
6
src/Google.Cloud.Functions.Testing/Google.Cloud.Functions.Testing.csproj
@@ -8,7 +8,7 @@
8
</PropertyGroup>
9
10
<ItemGroup>
11
- <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.18" />
+ <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.19" />
12
<ProjectReference Include="..\Google.Cloud.Functions.Hosting\Google.Cloud.Functions.Hosting.csproj" />
13
</ItemGroup>
14
</Project>
0 commit comments