Skip to content

Commit 2225010

Browse files
committed
chore(deps): update dependency xunit.runner.visualstudio to 3.1.4
1 parent 21957b3 commit 2225010

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Google.Cloud.Functions.Framework.Tests/Google.Cloud.Functions.Framework.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Google.Events.Protobuf" Version="1.8.0" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1616
<PackageReference Include="xunit" Version="2.9.3" />
17-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.3" />
17+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4" />
1818
<EmbeddedResource Include="**/*.json" Exclude="bin/**;obj/**" />
1919
</ItemGroup>
2020

src/Google.Cloud.Functions.Hosting.Tests/Google.Cloud.Functions.Hosting.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1616
<PackageReference Include="xunit" Version="2.9.3" />
17-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.3" />
17+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4" />
1818
</ItemGroup>
1919
</Project>

src/Google.Cloud.Functions.Testing.Tests/Google.Cloud.Functions.Testing.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<PackageReference Include="Google.Events.Protobuf" Version="1.8.0" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1414
<PackageReference Include="xunit" Version="2.9.3" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.3" />
15+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4" />
1616
</ItemGroup>
1717
</Project>

0 commit comments

Comments
 (0)