Skip to content

Commit

Permalink
Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent e483df8 commit 4e5c434
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SvgNetUnitTests/SvgNetUnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<packagereference Include="NUnit3TestAdapter" Version="4.5.0"></packagereference>
<packagereference Include="NUnit" Version="3.14.0"></packagereference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\SvgNet\SvgNet.csproj" />
</ItemGroup>
<Target Name="NugetOrg" />
<Target Name="TagSources" />
<Target Name="NugetOrg" />
<Target Name="TagSources" />
</Project>

0 comments on commit 4e5c434

Please sign in to comment.