Skip to content

Commit f9ca944

Browse files
build(deps): bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.12.0 to 17.13.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.12.0...v17.13.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent adb4cf0 commit f9ca944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SimpleAPI.Tests/SimpleAPI.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="Amazon.Lambda.TestUtilities" Version="2.0.0" />
2121
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.1" />
2222
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.400" />
23-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
23+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
2424
<PackageReference Include="xunit" Version="2.9.3" />
2525
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" />
2626
</ItemGroup>

0 commit comments

Comments
 (0)