Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 6845dd3

Browse files
build(deps): bump Microsoft.NET.Test.Sdk
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.0.0 to 17.7.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.0.0...v17.7.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 c3b4af7 commit 6845dd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tst/Codelyzer.Analysis.Tests/Codelyzer.Analysis.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.5.0" />
1919
<PackageReference Include="nunit" Version="3.13.2" />
2020
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
21-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
21+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
2222
<PackageReference Include="Moq" Version="4.16.1" />
2323
</ItemGroup>
2424

0 commit comments

Comments
 (0)