Skip to content

Commit 55abd5a

Browse files
committed
References
1 parent 9cd4594 commit 55abd5a

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

QuickLook/QuickLook.csproj

+11-14
Original file line numberDiff line numberDiff line change
@@ -86,29 +86,19 @@
8686
</AssemblyOriginatorKeyFile>
8787
</PropertyGroup>
8888
<ItemGroup>
89-
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
90-
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
91-
</Reference>
9289
<Reference Include="System" />
9390
<Reference Include="System.Configuration" />
9491
<Reference Include="System.Drawing" />
9592
<Reference Include="System.Management" />
96-
<Reference Include="System.Runtime.WindowsRuntime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
97-
<SpecificVersion>False</SpecificVersion>
98-
<HintPath>$(SystemRoot)\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.WindowsRuntime.dll</HintPath>
99-
</Reference>
10093
<Reference Include="System.Windows.Forms" />
10194
<Reference Include="Microsoft.CSharp" />
10295
<Reference Include="System.Core" />
10396
<Reference Include="System.Xaml">
10497
<RequiredTargetFramework>4.0</RequiredTargetFramework>
10598
</Reference>
106-
<Reference Include="Windows">
107-
</Reference>
108-
<Reference Include="Windows.Foundation.FoundationContract">
109-
</Reference>
110-
<Reference Include="Windows.Foundation.UniversalApiContract">
111-
</Reference>
99+
<Reference Include="Windows" />
100+
<Reference Include="Windows.Foundation.FoundationContract" />
101+
<Reference Include="Windows.Foundation.UniversalApiContract" />
112102
<Reference Include="WindowsBase" />
113103
<Reference Include="PresentationCore" />
114104
<Reference Include="PresentationFramework" />
@@ -201,7 +191,6 @@
201191
<Resource Include="Resources\app_black_16.ico" />
202192
<Resource Include="Resources\app.png" />
203193
<Resource Include="Resources\app_white.png" />
204-
<None Include="packages.config" />
205194
<None Include="Resources\app_white_16.ico" />
206195
<None Include="Resources\app_16.ico" />
207196
<EmbeddedResource Include="Properties\Resources.resx">
@@ -268,6 +257,14 @@
268257
<ItemGroup>
269258
<Folder Include="ExtensionMethods\" />
270259
</ItemGroup>
260+
<ItemGroup>
261+
<PackageReference Include="Microsoft.Windows.SDK.Contracts">
262+
<Version>10.0.26100.1742</Version>
263+
</PackageReference>
264+
<PackageReference Include="Newtonsoft.Json">
265+
<Version>13.0.1</Version>
266+
</PackageReference>
267+
</ItemGroup>
271268
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
272269
<PropertyGroup>
273270
<PreBuildEvent>

0 commit comments

Comments
 (0)