Skip to content

Commit d5b270c

Browse files
dependabot[bot]abelbraaksma
authored andcommitted
Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a01e87 commit d5b270c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/FSharp.Control.TaskSeq.SmokeTests/FSharp.Control.TaskSeq.SmokeTests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="FSharp.Control.TaskSeq" Version="0.4.0-alpha.1" />
2121
<PackageReference Include="FsToolkit.ErrorHandling.TaskResult" Version="4.10.0" />
2222
<PackageReference Include="FsUnit.xUnit" Version="5.4.0" />
23-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
23+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
2424
<PackageReference Include="xunit" Version="2.6.1" />
2525
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/FSharp.Control.TaskSeq.Test/FSharp.Control.TaskSeq.Test.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<!-- align test project with minimal required version for TaskSeq, which is 6.0.1 at the moment -->
5555
<PackageReference Update="FSharp.Core" Version="6.0.1" />
5656
<PackageReference Include="FsUnit.xUnit" Version="5.4.0" />
57-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
57+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
5858
<PackageReference Include="xunit" Version="2.6.1" />
5959
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
6060
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)