Skip to content

Commit

Permalink
Merge pull request #6 from alexdow-hc/main
Browse files Browse the repository at this point in the history
Targets .net standard 2.0
  • Loading branch information
mlhpdx authored Jul 11, 2024
2 parents 8ee3041 + df3061b commit 79084db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S3UploadStream/S3UploadStream.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Cppl.Utilities.AWS</RootNamespace>
<PackageId>S3UploadStream</PackageId>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
Expand Down

0 comments on commit 79084db

Please sign in to comment.