Skip to content

Commit

Permalink
Remove net 3.1 from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Jun 5, 2023
1 parent 686682e commit 97f67ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OfficeIMO.Tests/OfficeIMO.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks Condition=" '$([MSBuild]::IsOsPlatform(`Windows`))' ">
net472;net48;netcoreapp3.1;net6.0;net7.0</TargetFrameworks>
net472;net48;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks Condition=" '$([MSBuild]::IsOsPlatform(`OSX`))' Or '$([MSBuild]::IsOsPlatform(`Linux`))' ">
net6.0;net7.0</TargetFrameworks>
<IsPackable>false</IsPackable>
Expand Down

0 comments on commit 97f67ca

Please sign in to comment.