Skip to content

Commit

Permalink
Microsoft.Build.NoTargets -> 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpjs committed May 21, 2022
1 parent b9fb01d commit 870b643
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .root.targets
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Build.NoTargets/3.3.0">
<Project Sdk="Microsoft.Build.NoTargets/3.5.0">
<!-- https://github.com/microsoft/MSBuildSdks/tree/master/src/NoTargets -->

<!--
Expand All @@ -22,9 +22,6 @@
<EnableDefaultItems>false</EnableDefaultItems>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<SkipCopyBuildProduct>true</SkipCopyBuildProduct>
<DebugSymbols>false</DebugSymbols>
<DebugType>none</DebugType>
<IsPublishable>false</IsPublishable>
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit 870b643

Please sign in to comment.