Skip to content

Commit ce63f80

Browse files
committed
Restore exe entry point for Windows
1 parent 7e278c8 commit ce63f80

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/MonitoringDemo/MonitoringDemo.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
<Nullable>enable</Nullable>
88
<OutputPath>..\..\binaries\</OutputPath>
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
10+
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
11+
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
1012
</PropertyGroup>
1113

1214
<ItemGroup>
13-
<None Update="launch.sh" CopyToOutputDirectory="PreserveNewest" />
14-
<None Update="launch.ps1" CopyToOutputDirectory="PreserveNewest" />
15+
<None Update="MonitoringDemo.sh" CopyToOutputDirectory="PreserveNewest" />
1516
</ItemGroup>
1617

1718
</Project>
File renamed without changes.

src/MonitoringDemo/launch.ps1

-1
This file was deleted.

0 commit comments

Comments
 (0)