Skip to content

Commit 7477cba

Browse files
committed
set package id explicitly
1 parent 54d4ebd commit 7477cba

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

source/Skyboxes.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
1515
<IncludeBuildOutput>false</IncludeBuildOutput>
1616
<OutDir>bin/$(TargetFramework)/$(Configuration)</OutDir>
17+
<PackageId>SimulationTree.Skyboxes</PackageId>
1718
</PropertyGroup>
1819

1920
<ItemGroup>

tests/Skyboxes.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<IsPackable>false</IsPackable>
9+
<PackageId>SimulationTree.Skyboxes.Tests</PackageId>
910
</PropertyGroup>
1011

1112
<ItemGroup>

0 commit comments

Comments
 (0)