main
csproj 23 lines 901 Bytes
Raw
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3
4 <Project Sdk="Microsoft.NET.Sdk">
5 <PropertyGroup>
6 <TargetFrameworks>netstandard2.0;net472</TargetFrameworks>
7 <Description>Extension Cache</Description>
8 <Title>WiX Toolset Extension Cache</Title>
9 <DebugType>embedded</DebugType>
10 <PublishRepositoryUrl>true</PublishRepositoryUrl>
11 <CreateDocumentationFile>true</CreateDocumentationFile>
12 </PropertyGroup>
13
14 <ItemGroup>
15 <PackageReference Include="WixToolset.Data" />
16 <PackageReference Include="WixToolset.Extensibility" />
17 </ItemGroup>
18
19 <ItemGroup>
20 <PackageReference Include="NuGet.Credentials" />
21 <PackageReference Include="NuGet.Protocol" />
22 </ItemGroup>
23 </Project>