Skip to content

Commit

Permalink
adds missing target framework, net6.0 (#871)
Browse files Browse the repository at this point in the history
Co-authored-by: Ersan Bozduman <ersanbozduman@gmail.com>
  • Loading branch information
ebozduman and Ersan Bozduman committed Sep 30, 2023
1 parent 2ec1aed commit 3892e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Minio.Functional.Tests/Minio.Functional.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<OutputType>Exe</OutputType>
<IsPackable>False</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit 3892e7d

Please sign in to comment.