Skip to content

Commit c9ac0a8

Browse files
chore(deps): update dependency configureawaitchecker.analyzer to 5.0.0.1
1 parent 5d68d63 commit c9ac0a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/updaters/fixtures/Foo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<CodeAnalysisRuleSet>..\..\..\grpc.ruleset</CodeAnalysisRuleSet>
1010
</PropertyGroup>
1111
<ItemGroup>
12-
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
12+
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0.1" PrivateAssets="All" />
1313
<PackageReference Include="Google.Api.Gax.Grpc.GrpcCore" Version="[3.5.0, 4.0.0)" />
1414
<PackageReference Include="Google.LongRunning" Version="[2.3.0, 3.0.0)" />
1515
<PackageReference Include="Grpc.Core" Version="[2.38.1, 3.0.0)" PrivateAssets="None" />

test/updaters/fixtures/Prerelease.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<CodeAnalysisRuleSet>..\..\..\grpc.ruleset</CodeAnalysisRuleSet>
1010
</PropertyGroup>
1111
<ItemGroup>
12-
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
12+
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0.1" PrivateAssets="All" />
1313
<PackageReference Include="Google.Api.Gax.Grpc.GrpcCore" Version="[3.5.0, 4.0.0)" />
1414
<PackageReference Include="Google.LongRunning" Version="[2.3.0, 3.0.0)" />
1515
<PackageReference Include="Grpc.Core" Version="[2.38.1, 3.0.0)" PrivateAssets="None" />

test/updaters/fixtures/dotnet/SecurityCenter.V1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<CodeAnalysisRuleSet>..\..\..\grpc.ruleset</CodeAnalysisRuleSet>
1010
</PropertyGroup>
1111
<ItemGroup>
12-
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
12+
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0.1" PrivateAssets="All" />
1313
<PackageReference Include="Google.Api.Gax.Grpc.GrpcCore" Version="[3.6.0, 4.0.0)" />
1414
<PackageReference Include="Google.Cloud.Iam.V1" Version="[2.3.0, 3.0.0)" />
1515
<PackageReference Include="Google.LongRunning" Version="[2.3.0, 3.0.0)" />

0 commit comments

Comments
 (0)