Skip to content

Commit a9939c9

Browse files
Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.10.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.10.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.4.1...v17.10.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 2a30983 commit a9939c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ExampleTests/ExampleTests/ExampleTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PrivateAssets>all</PrivateAssets>
1616
</PackageReference>
1717
<PackageReference Include="IntelliTect.TestTools.TestFramework" Version="1.2.1" />
18-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
18+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1919
<PackageReference Include="Selenium.WebDriver" Version="4.8.0" />
2020
<PackageReference Include="System.Text.Json" Version="8.0.4" />
2121
<PackageReference Include="xunit" Version="2.8.1" />

IntelliTect.TestTools.TestFramework.Tests/IntelliTect.TestTools.TestFramework.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="IntelliTect.Analyzers" Version="0.2.0">
1616
<PrivateAssets>all</PrivateAssets>
1717
</PackageReference>
18-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
18+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1919
<PackageReference Include="xunit" Version="2.8.1" />
2020
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
2121
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)