Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakritzator committed Sep 4, 2022
1 parent c9aa328 commit 437df89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<Description>An OAuth extension for Dapplo.HttpExtensions</Description>
<TargetFrameworks>net471;netcoreapp3.1;net6.0-windows</TargetFrameworks>
<TargetFrameworks>net472;netcoreapp3.1;net6.0-windows</TargetFrameworks>
<PackageTags>http;rest;dapplo</PackageTags>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<PackageReference Include="System.Runtime.Extensions" Version="4.3.1" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="System.Drawing.Common" Version="5.0.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1' Or $(TargetFramework.StartsWith('net6'))">
<PackageReference Include="System.Collections.Concurrent" Version="4.3.0" />
Expand Down

0 comments on commit 437df89

Please sign in to comment.