Skip to content

Commit

Permalink
Update proj
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Feb 22, 2024
1 parent f1316a2 commit 7141a42
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>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net6.0;net7.0</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>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net6.0;net7.0;</TargetFrameworks>
<AssemblyName>Avalara.SDK</AssemblyName>
<PackageId>Avalara.SDK</PackageId>
<OutputType>Library</OutputType>
Expand Down

0 comments on commit 7141a42

Please sign in to comment.