|
11 | 11 | <AssemblyName>UWPTestApp</AssemblyName>
|
12 | 12 | <DefaultLanguage>en-US</DefaultLanguage>
|
13 | 13 | <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
|
14 |
| - <TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.20348.0</TargetPlatformVersion> |
15 |
| - <TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion> |
| 14 | + <TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.19041.0</TargetPlatformVersion> |
| 15 | + <TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion> |
16 | 16 | <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
|
17 | 17 | <FileAlignment>512</FileAlignment>
|
18 | 18 | <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
19 |
| - <PackageCertificateKeyFile>UWP_TemporaryKey.pfx</PackageCertificateKeyFile> |
20 |
| - <PackageCertificateThumbprint>7A9E1B153ED9BCFE56FC2959315F0D0286C79F6F</PackageCertificateThumbprint> |
| 19 | + <PackageCertificateKeyFile> |
| 20 | + </PackageCertificateKeyFile> |
| 21 | + <PackageCertificateThumbprint>C13F885330EA8E8B6C408C346DBF6762795E3608</PackageCertificateThumbprint> |
| 22 | + <AppxPackageSigningEnabled>True</AppxPackageSigningEnabled> |
21 | 23 | </PropertyGroup>
|
22 | 24 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
23 | 25 | <DebugSymbols>true</DebugSymbols>
|
|
90 | 92 | </PropertyGroup>
|
91 | 93 | <ItemGroup>
|
92 | 94 | <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
|
93 |
| - <None Include="project.json" /> |
| 95 | + <None Include="project.json" /> |
94 | 96 | <None Include="UWP_TemporaryKey.pfx" />
|
95 | 97 | </ItemGroup>
|
96 | 98 | <ItemGroup>
|
|
137 | 139 | <Name>Auth0.OidcClient.UWP</Name>
|
138 | 140 | </ProjectReference>
|
139 | 141 | </ItemGroup>
|
| 142 | + <ItemGroup> |
| 143 | + <PackageReference Include="IdentityModel.OidcClient"> |
| 144 | + <Version>6.0.0</Version> |
| 145 | + </PackageReference> |
| 146 | + <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform"> |
| 147 | + <Version>6.2.12</Version> |
| 148 | + </PackageReference> |
| 149 | + </ItemGroup> |
140 | 150 | <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' ">
|
141 | 151 | <VisualStudioVersion>14.0</VisualStudioVersion>
|
142 | 152 | </PropertyGroup>
|
|
0 commit comments