Skip to content

Commit 894efa7

Browse files
committed
Update uwp package to v5.2.6 in unit test projects
1 parent 4b66c58 commit 894efa7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

unittest/Microsoft.WindowsAzure.MobileServices.SQLiteStore.UWP.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.3"
3+
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.6"
44
},
55
"frameworks": {
66
"uap10.0": {}

unittest/Microsoft.WindowsAzure.MobileServices.Test/Microsoft.WindowsAzure.Mobile.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Reference Include="System.Net.Http" />
1717
</ItemGroup>
1818
<ItemGroup Condition=" '$(TargetFramework)' == 'uap10.0' ">
19-
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="5.2.3" />
19+
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="5.2.6" />
2020
</ItemGroup>
2121

2222
<PropertyGroup Condition=" '$(TargetFramework)' == 'MonoAndroid70' ">

unittest/Microsoft.WindowsAzure.MobileServices.TestFramework/Microsoft.WindowsAzure.Mobile.TestFramework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.0.5" PrivateAssets="All" />
1919
</ItemGroup>
2020
<ItemGroup Condition=" '$(TargetFramework)' == 'uap10.0' ">
21-
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="5.2.3" />
21+
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="5.2.6" />
2222
</ItemGroup>
2323
<Import Project="$(MSBuildSDKExtrasTargets)" Condition="Exists('$(MSBuildSDKExtrasTargets)')" />
2424
</Project>

unittest/Microsoft.WindowsAzure.MobileServices.UWP.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.3"
3+
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.6"
44

55
},
66
"frameworks": {

0 commit comments

Comments
 (0)