Skip to content

Commit 6e3b522

Browse files
Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1 (#70)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.0 to 17.3.1. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v17.3.0...v17.3.1) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 645bf1e commit 6e3b522

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/MyNihongo.FluentHttp.Tests.Integration/MyNihongo.FluentHttp.Tests.Integration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="FluentAssertions" Version="6.7.0" />
1212
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
1313
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
1515
<PackageReference Include="Serilog.Extensions.Logging" Version="3.1.0" />
1616
<PackageReference Include="Serilog.Sinks.Debug" Version="2.0.0" />
1717
<PackageReference Include="Verify.Xunit" Version="17.10.2" />

tests/MyNihongo.FluentHttp.Tests.Unit/MyNihongo.FluentHttp.Tests.Unit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="FluentAssertions" Version="6.7.0" />
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
1313
<PackageReference Include="MoqMicrosoftConfiguration" Version="1.0.5" />
1414
<PackageReference Include="xunit" Version="2.4.2" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">

0 commit comments

Comments
 (0)