We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd15a5 commit 62de9c9Copy full SHA for 62de9c9
2 files changed
source/UI.csproj
@@ -15,6 +15,7 @@
15
<RepositoryUrl>https://github.com/simulation-tree/ui</RepositoryUrl>
16
<IncludeBuildOutput>false</IncludeBuildOutput>
17
<OutDir>bin/$(TargetFramework)/$(Configuration)</OutDir>
18
+ <PackageId>SimulationTree.UI</PackageId>
19
</PropertyGroup>
20
21
<ItemGroup>
tests/UI.Tests.csproj
@@ -7,6 +7,7 @@
7
<IsPackable>false</IsPackable>
8
<IsTestProject>true</IsTestProject>
9
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
10
+ <PackageId>SimulationTree.UI.Tests</PackageId>
11
12
13
0 commit comments