Skip to content

Commit 2390fdc

Browse files
renovate-botjskeet
authored andcommitted
chore(deps): update dependency microsoft.net.test.sdk to 18.0.1
1 parent be01e51 commit 2390fdc

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
@@ -12,7 +12,7 @@
1212
<ProjectReference Include="..\Google.Cloud.Functions.Framework\Google.Cloud.Functions.Framework.csproj" />
1313
<ProjectReference Include="..\Google.Cloud.Functions.Testing\Google.Cloud.Functions.Testing.csproj" />
1414
<PackageReference Include="Google.Events.Protobuf" Version="1.8.0" />
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1616
<PackageReference Include="xunit" Version="2.9.3" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
1818
<EmbeddedResource Include="**/*.json" Exclude="bin/**;obj/**" />

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
@@ -12,7 +12,7 @@
1212
<ProjectReference Include="..\Google.Cloud.Functions.Testing\Google.Cloud.Functions.Testing.csproj" />
1313
<PackageReference Include="Google.Events.Protobuf" Version="1.8.0" />
1414
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1616
<PackageReference Include="xunit" Version="2.9.3" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
1818
</ItemGroup>

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
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<ProjectReference Include="..\Google.Cloud.Functions.Testing\Google.Cloud.Functions.Testing.csproj" />
1212
<PackageReference Include="Google.Events.Protobuf" Version="1.8.0" />
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1414
<PackageReference Include="xunit" Version="2.9.3" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
1616
</ItemGroup>

0 commit comments

Comments
 (0)