Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit ea4197c

Browse files
Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.0.0 to 17.1.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v17.0.0...v17.1.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]>
1 parent 67d99a5 commit ea4197c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Prism.Plugin.Popups.DryIoc.Tests/Prism.Plugin.Popups.DryIoc.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
1111
<PackageReference Include="Prism.DryIoc.Forms" Version="8.1.97" />
1212
<PackageReference Include="Xamarin.Forms.Mocks" Version="4.7.0.1" />
1313
<PackageReference Include="xunit" Version="2.4.1" />

tests/Prism.Plugin.Popups.Unity.Tests/Prism.Plugin.Popups.Unity.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
1111
<PackageReference Include="Prism.Unity.Forms" Version="8.1.97" />
1212
<PackageReference Include="Xamarin.Forms.Mocks" Version="4.7.0.1" />
1313
<PackageReference Include="xunit" Version="2.4.1" />

0 commit comments

Comments
 (0)