Skip to content

Commit 4be4d11

Browse files
authored
Merge pull request #29 from StarMapLoader/dev
Fixed issue with StarMap.API forcing dummy KSA dll
2 parents d8a9ced + d22aa78 commit 4be4d11

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

StarMap.API/StarMap.API.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
</PropertyGroup>
88

99
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
10-
<Reference Include="..\..\Import\KSA.dll">
11-
<ExcludeAssets>runtime</ExcludeAssets>
12-
</Reference>
10+
<Reference Include="..\..\Import\KSA.dll" />
1311
</ItemGroup>
1412

1513
<ItemGroup Condition="'$(Configuration)' != 'Debug'">
1614
<PackageReference Include="StarMap.KSA.Dummy" Version="1.0.6">
17-
<ExcludeAssets>runtime</ExcludeAssets>
15+
<IncludeAssets>compile; build; analyzers</IncludeAssets>
16+
<PrivateAssets>all</PrivateAssets>
1817
</PackageReference>
1918
</ItemGroup>
2019
</Project>

StarMap.Core/StarMap.Core.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
19-
<Reference Include="..\..\Import\KSA.dll">
20-
<ExcludeAssets>runtime</ExcludeAssets>
21-
</Reference>
19+
<Reference Include="..\..\Import\KSA.dll" />
2220
</ItemGroup>
2321

2422
<ItemGroup Condition="'$(Configuration)' != 'Debug'">

0 commit comments

Comments
 (0)