aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Tools.Core/WixToolset.Tools.Core.csproj
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-06-03 12:28:49 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-06-03 14:24:34 +1000
commitd5d5e87acf7eadacd757083a4d0272a04962ae9b (patch)
tree550aad2409958b684fe0621bd82c60ebeb54ca8d /src/WixToolset.Tools.Core/WixToolset.Tools.Core.csproj
parenta04ddca42b2070124c63a61c661e2b96a5bddac2 (diff)
downloadwix-d5d5e87acf7eadacd757083a4d0272a04962ae9b.tar.gz
wix-d5d5e87acf7eadacd757083a4d0272a04962ae9b.tar.bz2
wix-d5d5e87acf7eadacd757083a4d0272a04962ae9b.zip
Delete WixToolset.Tools.Core project.
Diffstat (limited to 'src/WixToolset.Tools.Core/WixToolset.Tools.Core.csproj')
-rw-r--r--src/WixToolset.Tools.Core/WixToolset.Tools.Core.csproj21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/WixToolset.Tools.Core/WixToolset.Tools.Core.csproj b/src/WixToolset.Tools.Core/WixToolset.Tools.Core.csproj
deleted file mode 100644
index eb091635..00000000
--- a/src/WixToolset.Tools.Core/WixToolset.Tools.Core.csproj
+++ /dev/null
@@ -1,21 +0,0 @@
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;net461;net472</TargetFrameworks>
7 <Description>Tools Core</Description>
8 <Title>WiX Toolset Tools Core</Title>
9 <DebugType>embedded</DebugType>
10 <PublishRepositoryUrl>true</PublishRepositoryUrl>
11 </PropertyGroup>
12
13 <ItemGroup>
14 <PackageReference Include="WixToolset.Core" Version="4.0.*" />
15 </ItemGroup>
16
17 <ItemGroup>
18 <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
19 <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" />
20 </ItemGroup>
21</Project>