Skip to content

Commit 4e7fc72

Browse files
Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 in /src (#172)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 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.8.0...v17.9.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 99fde66 commit 4e7fc72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CurlToCSharp.IntegrationTests/CurlToCSharp.IntegrationTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.8.0" />
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1515
<PackageReference Include="xunit" Version="2.7.0" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
1717
<PrivateAssets>all</PrivateAssets>

src/CurlToCSharp.UnitTests/CurlToCSharp.UnitTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1414
<PackageReference Include="xunit" Version="2.7.0" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
1616
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)