aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/WixToolset.Data.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Data/WixToolset.Data.csproj')
-rw-r--r--src/WixToolset.Data/WixToolset.Data.csproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/WixToolset.Data/WixToolset.Data.csproj b/src/WixToolset.Data/WixToolset.Data.csproj
index d56af370..00a0ed95 100644
--- a/src/WixToolset.Data/WixToolset.Data.csproj
+++ b/src/WixToolset.Data/WixToolset.Data.csproj
@@ -1,9 +1,7 @@
1<?xml version="1.0" encoding="utf-8"?> 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. --> 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 3
4
5<Project Sdk="Microsoft.NET.Sdk"> 4<Project Sdk="Microsoft.NET.Sdk">
6
7 <PropertyGroup> 5 <PropertyGroup>
8 <TargetFramework>netstandard2.0</TargetFramework> 6 <TargetFramework>netstandard2.0</TargetFramework>
9 <Title>WiX Toolset Data</Title> 7 <Title>WiX Toolset Data</Title>
@@ -13,5 +11,4 @@
13 <ItemGroup> 11 <ItemGroup>
14 <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.7" PrivateAssets="all" /> 12 <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.7" PrivateAssets="all" />
15 </ItemGroup> 13 </ItemGroup>
16
17</Project> 14</Project>