Skip to content

Commit 62de9c9

Browse files
committed
set package id explicitly
1 parent acd15a5 commit 62de9c9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

source/UI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<RepositoryUrl>https://github.com/simulation-tree/ui</RepositoryUrl>
1616
<IncludeBuildOutput>false</IncludeBuildOutput>
1717
<OutDir>bin/$(TargetFramework)/$(Configuration)</OutDir>
18+
<PackageId>SimulationTree.UI</PackageId>
1819
</PropertyGroup>
1920

2021
<ItemGroup>

tests/UI.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<IsPackable>false</IsPackable>
88
<IsTestProject>true</IsTestProject>
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
10+
<PackageId>SimulationTree.UI.Tests</PackageId>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

0 commit comments

Comments
 (0)