Skip to content

Commit a3e96c0

Browse files
Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 in /src (#301)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.5.0 to 17.6.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.5.0...v17.6.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 309e3d2 commit a3e96c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Konmaripo.Web.Tests.Unit/Konmaripo.Web.Tests.Unit.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>
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageReference Include="Bogus" Version="34.0.2" />
99
<PackageReference Include="FluentAssertions" Version="6.10.0" />
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
1111
<PackageReference Include="Moq" Version="4.18.4" />
1212
<PackageReference Include="xunit" Version="2.4.2" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">

0 commit comments

Comments
 (0)