diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-08-17 15:00:40 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-08-17 15:02:24 -0500 |
commit | 732158ca8f82721c5e0ed772c4eb6bab39ac36ce (patch) | |
tree | 64d6ee86f4d827f889ba7882a8a569f120abf270 /src | |
parent | 84a26c3bf9d7a88a7dcbbca4d65b004307600ba2 (diff) | |
download | wix-732158ca8f82721c5e0ed772c4eb6bab39ac36ce.tar.gz wix-732158ca8f82721c5e0ed772c4eb6bab39ac36ce.tar.bz2 wix-732158ca8f82721c5e0ed772c4eb6bab39ac36ce.zip |
Only target all frameworks in Release
Diffstat (limited to 'src')
-rw-r--r-- | src/WixToolset.Converters.Symbolizer/WixToolset.Converters.Symbolizer.csproj | 7 | ||||
-rw-r--r-- | src/WixToolset.Converters/WixToolset.Converters.csproj | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/src/WixToolset.Converters.Symbolizer/WixToolset.Converters.Symbolizer.csproj b/src/WixToolset.Converters.Symbolizer/WixToolset.Converters.Symbolizer.csproj index 4aad6d07..f0ea99c6 100644 --- a/src/WixToolset.Converters.Symbolizer/WixToolset.Converters.Symbolizer.csproj +++ b/src/WixToolset.Converters.Symbolizer/WixToolset.Converters.Symbolizer.csproj | |||
@@ -1,10 +1,11 @@ | |||
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 | <Project Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="Microsoft.NET.Sdk"> |
5 | 5 | ||
6 | <PropertyGroup> | 6 | <PropertyGroup> |
7 | <TargetFrameworks>netstandard2.0;net461;net472</TargetFrameworks> | 7 | <TargetFrameworks>netstandard2.0</TargetFrameworks> |
8 | <TargetFrameworks Condition=" '$(Configuration)'=='Release' ">$(TargetFrameworks);net461;net472</TargetFrameworks> | ||
8 | <Description>Symbolizer</Description> | 9 | <Description>Symbolizer</Description> |
9 | <Title>WiX Toolset Converters Tuplizer</Title> | 10 | <Title>WiX Toolset Converters Tuplizer</Title> |
10 | <DebugType>embedded</DebugType> | 11 | <DebugType>embedded</DebugType> |
@@ -29,6 +30,6 @@ | |||
29 | 30 | ||
30 | <ItemGroup> | 31 | <ItemGroup> |
31 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> | 32 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> |
32 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" /> | 33 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.1.91" PrivateAssets="All" /> |
33 | </ItemGroup> | 34 | </ItemGroup> |
34 | </Project> | 35 | </Project> |
diff --git a/src/WixToolset.Converters/WixToolset.Converters.csproj b/src/WixToolset.Converters/WixToolset.Converters.csproj index ad003e27..424a393b 100644 --- a/src/WixToolset.Converters/WixToolset.Converters.csproj +++ b/src/WixToolset.Converters/WixToolset.Converters.csproj | |||
@@ -1,10 +1,11 @@ | |||
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 | <Project Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="Microsoft.NET.Sdk"> |
5 | 5 | ||
6 | <PropertyGroup> | 6 | <PropertyGroup> |
7 | <TargetFrameworks>netstandard2.0;net461;net472</TargetFrameworks> | 7 | <TargetFrameworks>netstandard2.0</TargetFrameworks> |
8 | <TargetFrameworks Condition=" '$(Configuration)'=='Release' ">$(TargetFrameworks);net461;net472</TargetFrameworks> | ||
8 | <Description>Converter</Description> | 9 | <Description>Converter</Description> |
9 | <Title>WiX Toolset Converters</Title> | 10 | <Title>WiX Toolset Converters</Title> |
10 | <DebugType>embedded</DebugType> | 11 | <DebugType>embedded</DebugType> |
@@ -21,6 +22,6 @@ | |||
21 | 22 | ||
22 | <ItemGroup> | 23 | <ItemGroup> |
23 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> | 24 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> |
24 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" /> | 25 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.1.91" PrivateAssets="All" /> |
25 | </ItemGroup> | 26 | </ItemGroup> |
26 | </Project> | 27 | </Project> |