diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-09 10:05:50 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-09 10:05:50 +0300 |
commit | 6fe49f6ad196b7ca8d83939d11209a1f3edbd80e (patch) | |
tree | a0967e152831d8320553cf5d89c3c8419ef0483d /src/RhSolutions.csproj | |
parent | 2c0dee774cdea2704d07e3a7a5f4880e5846e19f (diff) |
Additional target net472
Diffstat (limited to 'src/RhSolutions.csproj')
-rw-r--r-- | src/RhSolutions.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/RhSolutions.csproj b/src/RhSolutions.csproj index c1801cd..8db6006 100644 --- a/src/RhSolutions.csproj +++ b/src/RhSolutions.csproj @@ -1,6 +1,6 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFramework>net6.0-windows</TargetFramework> + <TargetFrameworks>net472;net6.0-windows</TargetFrameworks> <OutputType>Library</OutputType> <RootNamespace>RhSolutions.AddIn</RootNamespace> <AssemblyName>RhSolutions.AddIn</AssemblyName> @@ -17,5 +17,6 @@ <PackageReference Include="ExcelDna.Interop" Version="15.0.0" /> <PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> + <PackageReference Include="System.Net.Http" Version="4.3.4" /> </ItemGroup> </Project>
\ No newline at end of file |