Skip to content

Commit f4d0269

Browse files
Merge pull request #329 from divyeshio/dependabot/nuget/Microsoft.NET.Test.Sdk-17.10.0
Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0
2 parents 45563b6 + 1fb5f9e commit f4d0269

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/SmartLearning.FunctionalTests/SmartLearning.FunctionalTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
19+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
2020
<PackageReference Include="xunit" Version="2.8.0" />
2121
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
2222
<PrivateAssets>all</PrivateAssets>

tests/SmartLearning.IntegrationTests/SmartLearning.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
<ItemGroup>
23-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
23+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
2424
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
2525
<PrivateAssets>all</PrivateAssets>
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

tests/SmartLearning.UnitTests/SmartLearning.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
28+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
2929
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
3030
<PrivateAssets>all</PrivateAssets>
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)