aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/WixToolset.Core.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/WixToolset.Core.csproj')
-rw-r--r--src/WixToolset.Core/WixToolset.Core.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/WixToolset.Core/WixToolset.Core.csproj b/src/WixToolset.Core/WixToolset.Core.csproj
index d573cbda..4e205641 100644
--- a/src/WixToolset.Core/WixToolset.Core.csproj
+++ b/src/WixToolset.Core/WixToolset.Core.csproj
@@ -3,7 +3,7 @@
3 3
4<Project Sdk="Microsoft.NET.Sdk"> 4<Project Sdk="Microsoft.NET.Sdk">
5 <PropertyGroup> 5 <PropertyGroup>
6 <TargetFramework>netstandard2.0</TargetFramework> 6 <TargetFrameworks>netstandard2.0;net461;net472</TargetFrameworks>
7 <Description>Core</Description> 7 <Description>Core</Description>
8 <Title>WiX Toolset Core</Title> 8 <Title>WiX Toolset Core</Title>
9 <DebugType>embedded</DebugType> 9 <DebugType>embedded</DebugType>
@@ -20,8 +20,8 @@
20 you update these here, be sure to update them there. 20 you update these here, be sure to update them there.
21 --> 21 -->
22 <ItemGroup> 22 <ItemGroup>
23 <PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.5.0" /> 23 <PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.6.0" />
24 <PackageReference Include="System.Text.Encoding.CodePages" Version="4.5.0" /> 24 <PackageReference Include="System.Text.Encoding.CodePages" Version="4.6.0" />
25 </ItemGroup> 25 </ItemGroup>
26 26
27 <ItemGroup> 27 <ItemGroup>