Skip to content

Commit 102d3e0

Browse files
committed
revert unexpected change
1 parent e793f80 commit 102d3e0

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

QRCoderDemoUWP/QRCoderDemoUWP.csproj

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@
1111
<AssemblyName>QRCoderDemoUWP</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion>10.0.18362.0</TargetPlatformVersion>
15-
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
14+
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
15+
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<FileAlignment>512</FileAlignment>
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1919
<PackageCertificateKeyFile>QRCoderDemoUWP_TemporaryKey.pfx</PackageCertificateKeyFile>
20-
<RuntimeIdentifiers>win10-arm;win10-arm-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot</RuntimeIdentifiers>
2120
</PropertyGroup>
2221
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
2322
<DebugSymbols>true</DebugSymbols>
@@ -88,6 +87,10 @@
8887
<Prefer32Bit>true</Prefer32Bit>
8988
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
9089
</PropertyGroup>
90+
<ItemGroup>
91+
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
92+
<None Include="project.json" />
93+
</ItemGroup>
9194
<ItemGroup>
9295
<Compile Include="App.xaml.cs">
9396
<DependentUpon>App.xaml</DependentUpon>
@@ -128,11 +131,6 @@
128131
<HintPath>..\QRCoder\bin\Debug\netstandard1.1\QRCoder.dll</HintPath>
129132
</Reference>
130133
</ItemGroup>
131-
<ItemGroup>
132-
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
133-
<Version>5.0.0</Version>
134-
</PackageReference>
135-
</ItemGroup>
136134
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
137135
<VisualStudioVersion>14.0</VisualStudioVersion>
138136
</PropertyGroup>

0 commit comments

Comments
 (0)