Skip to content

Commit

Permalink
Merge pull request #21 from FrendsPlatform/issue-17b
Browse files Browse the repository at this point in the history
Changed test target framework
  • Loading branch information
jefim authored Sep 21, 2023
2 parents 753a601 + 733b78c commit 78260e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Frends.File.Tests/Frends.File.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>net6</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Frends.File/Frends.File.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
Expand Down

0 comments on commit 78260e7

Please sign in to comment.