Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
Fix TargetFrameworks that specified netstandard2.0 twice
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Oct 27, 2020
1 parent 3112548 commit 21a1168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DwmApi/DwmApi.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup>
<TargetFrameworks>$(PlatformAndPortableFrameworks);netstandard2.0</TargetFrameworks>
<TargetFrameworks>$(PlatformAndPortableFrameworks)</TargetFrameworks>
<StoreBanned>true</StoreBanned>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/NCrypt/NCrypt.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup>
<TargetFrameworks>$(PlatformAndPortableFrameworks);netstandard2.0</TargetFrameworks>
<TargetFrameworks>$(PlatformAndPortableFrameworks)</TargetFrameworks>
<NoWarn>$(NoWarn);RS0026;RS0027</NoWarn>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 21a1168

Please sign in to comment.