Skip to content

Commit

Permalink
Update EmptyFiles.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Dec 11, 2024
1 parent 9d3cf5a commit 6789c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EmptyFiles/EmptyFiles.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT'">net462;net472;net48</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT'">net472;net48</TargetFrameworks>
<TargetFrameworks>$(TargetFrameworks);net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 6789c56

Please sign in to comment.