Skip to content

Commit

Permalink
Bring back netstandard
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarbach committed Jul 4, 2024
1 parent 721ac7d commit 0b34f45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project file should not be used as part of a release pipeline.
-->
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net8.0</TargetFrameworks>
<DefineConstants>$(DefineConstants);NETSTANDARD;AWS_ASYNC_API</DefineConstants>
<DebugType>portable</DebugType>
<PackageId>UnitTests</PackageId>
Expand Down

0 comments on commit 0b34f45

Please sign in to comment.