Skip to content

Commit

Permalink
Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.11.1
Browse files Browse the repository at this point in the history
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.0 to 17.11.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.6.0...v17.11.1)

---
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 Sep 30, 2024
1 parent f8a90db commit 8a9de15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IntegrationTest/IntegrationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="Testcontainers" Version="3.10.0" />
<PackageReference Include="xunit" Version="2.4.2" />
Expand All @@ -24,8 +24,8 @@
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\sojj\sojj.csproj" />
<ItemGroup>
<ProjectReference Include="..\sojj\sojj.csproj" />
</ItemGroup>

</Project>

0 comments on commit 8a9de15

Please sign in to comment.