Skip to content

Commit 1743426

Browse files
chore: Bump Microsoft.NET.Test.Sdk
Bumps the dependencies group in /test/SQLHelper.Tests with 1 update: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest). Updates `Microsoft.NET.Test.Sdk` from 17.11.1 to 17.12.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.11.1...v17.12.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 180a2bd commit 1743426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SQLHelper.Tests/SQLHelper.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<ItemGroup>
4040
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
4141
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
42-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
42+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
4343
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
4444
<PrivateAssets>all</PrivateAssets>
4545
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

0 commit comments

Comments
 (0)