Skip to content

Commit

Permalink
Update targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Feb 23, 2024
1 parent f221096 commit e9c6a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Avalara.SDK.Test/Avalara.SDK.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<AssemblyName>Avalara.SDK.Test</AssemblyName>
<RootNamespace>Avalara.SDK.Test</RootNamespace>
<TargetFrameworks>net451;net45;net461;net472;netcoreapp2.2;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net5.0;net6.0;net7.0;netcoreapp3.1</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Avalara.SDK/Avalara.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<TargetFrameworks>net451;net45;net461;net472;netcoreapp2.2;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net5.0;net6.0;net7.0;netcoreapp3.1</TargetFrameworks>
<AssemblyName>Avalara.SDK</AssemblyName>
<PackageId>Avalara.SDK</PackageId>
<OutputType>Library</OutputType>
Expand Down

0 comments on commit e9c6a5b

Please sign in to comment.