[test][chore]Update test sdk to 17.2.0 (#19059)

* [test][chore]Update test sdk to 17.2.0

* Add timezone unit tests to CI
This commit is contained in:
Jaime Bernardo
2022-06-28 14:30:03 +01:00
committed by GitHub
parent fcdf79f7e9
commit f8c624a62d
28 changed files with 30 additions and 30 deletions

View File

@@ -36,7 +36,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common\PreviewHandlerCommon.csproj" />