Skip to content

Commit 8a71dbb

Browse files
Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.10.0 to 17.11.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.10.0...v17.11.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 c0c8b70 commit 8a71dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="Xunit" Version="2.9.0" />
1111
<PackageReference Include="Verify.Xunit" Version="26.2.0" />
1212
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
1414
<ProjectReference Include="..\Publicize.Fody\Publicize.Fody.csproj" />
1515
<ProjectReference Include="..\AssemblyToProcess\AssemblyToProcess.csproj" />
1616
</ItemGroup>

0 commit comments

Comments
 (0)