Skip to content

Commit f04e9c4

Browse files
Backflow from https://github.com/dotnet/dotnet / 30f0638 build 291289
[[ commit created by automation ]]
1 parent d04687c commit f04e9c4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

test/Microsoft.DotNet.HotReload.Watch.Aspire.Tests/Microsoft.DotNet.HotReload.Watch.Aspire.Tests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,4 @@
1212
</ItemGroup>
1313

1414
<Import Project="..\..\src\BuiltInTools\Watch\RuntimeDependencies.props" />
15-
16-
<Target Name="SetExecutePermission" AfterTargets="Build" Condition="$([MSBuild]::IsOSPlatform('Linux')) or $([MSBuild]::IsOSPlatform('OSX'))">
17-
<Exec Command="chmod +x $(OutDir)Microsoft.DotNet.HotReload.Watch.Aspire" />
18-
</Target>
1915
</Project>

test/TestAssets/TestPackages/dotnet-hello/v1/dotnet-hello/dotnet-hello.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<RuntimeIdentifiers>$(LatestRuntimeIdentifiers)</RuntimeIdentifiers>
1313
<IsPackable>true</IsPackable>
1414
<ExcludeFromSourceOnlyBuild>true</ExcludeFromSourceOnlyBuild>
15+
<!-- Suppress warnings caused by old TFM -->
16+
<NoWarn>NU1903;NU1902</NoWarn>
1517
</PropertyGroup>
1618

1719
</Project>

0 commit comments

Comments
 (0)