Skip to content

Commit

Permalink
removes net7 for real
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike committed Jul 1, 2022
1 parent 6115e79 commit cc40a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Harmony/Documentation/Documentation.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net35;net45;net472;net48;netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net35;net45;net472;net48;netcoreapp3.0;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<LangVersion>preview</LangVersion>
<IsPackable>false</IsPackable>
<IntermediateOutputPath>obj</IntermediateOutputPath>
Expand Down

0 comments on commit cc40a5c

Please sign in to comment.