Skip to content

Commit dcb9e1f

Browse files
committed
Fix builds for releases
1 parent 6f181e6 commit dcb9e1f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/VisualPairCoding.AvaloniaUI.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<OutputType>Exe</OutputType>
3+
<OutputType>WinExe</OutputType>
44
<TargetFramework>net7.0</TargetFramework>
55
<Nullable>enable</Nullable>
6+
<RuntimeIdentifiers>win10-x64;linux-x64;osx-x64</RuntimeIdentifiers>
67
<!--Avalonia doesen't support TrimMode=link currently,but we are working on that https://github.com/AvaloniaUI/Avalonia/issues/6892 -->
78
<TrimMode>copyused</TrimMode>
8-
<BuiltInComInteropSupport>false</BuiltInComInteropSupport>
9+
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
910
<SelfContained>true</SelfContained>
1011
<PublishSingleFile>true</PublishSingleFile>
1112
</PropertyGroup>
@@ -29,7 +30,7 @@
2930
<PackageReference Include="XamlNameReferenceGenerator" Version="1.3.4" />
3031
</ItemGroup>
3132
<ItemGroup>
32-
<ProjectReference Include="..\VisualPairCoding.BL.Tests\VisualPairCoding.BL.Tests.csproj" />
33+
<!--<ProjectReference Include="..\VisualPairCoding.BL.Tests\VisualPairCoding.BL.Tests.csproj" />-->
3334
<ProjectReference Include="..\VisualPairCoding.BL\VisualPairCoding.BL.csproj" />
3435
<ProjectReference Include="..\VisualPairCoding.Infrastructure\VisualPairCoding.Infrastructure.csproj" />
3536
<ProjectReference Include="..\VisualPairCoding.Interfaces\VisualPairCoding.Interfaces.csproj" />

0 commit comments

Comments
 (0)