Skip to content

Commit

Permalink
Bring back netstandard
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarbach authored Jul 3, 2024
1 parent c92fd33 commit e0bd211
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 e0bd211

Please sign in to comment.