Skip to content

Commit 798b9da

Browse files
Bump Microsoft.NET.Test.Sdk in /src (#118)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.9.0-preview-23577-04 to 17.9.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.9.0-preview-23577-04...v17.9.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian Ingenito <28159742+bingenito@users.noreply.github.com>
1 parent e4fa08c commit 798b9da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Tests/Finos.Fdc3.AppDirectory.Tests/Finos.Fdc3.AppDirectory.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</ItemGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0-preview-23577-04" />
22+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
2323
<PackageReference Include="xunit" Version="2.7.0" />
2424
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/Tests/Finos.Fdc3.NewtonsoftJson.Tests/Finos.Fdc3.NewtonsoftJson.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</ItemGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0-preview-23577-04" />
22+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
2323
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
2424
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.14" />
2525
<PackageReference Include="xunit" Version="2.7.0" />

src/Tests/Finos.Fdc3.Tests/Finos.Fdc3.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0-preview-23577-04" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1313
<PackageReference Include="xunit" Version="2.7.0" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)