Skip to content

Commit

Permalink
Remove target framework duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Feb 17, 2022
1 parent dc96aa7 commit d7ede88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/Platform.Memory.Tests/Platform.Memory.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net472;netcoreapp3.1;netcoreapp3.1;net5;net6</TargetFrameworks>
<TargetFrameworks>net472;netcoreapp3.1;net5;net6</TargetFrameworks>
<IsPackable>false</IsPackable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit d7ede88

Please sign in to comment.