Skip to content

Commit 0a384ca

Browse files
committed
set package id explicitly
1 parent 3573547 commit 0a384ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

source/Shaders.Systems.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
1616
<IncludeBuildOutput>false</IncludeBuildOutput>
1717
<OutDir>bin/$(TargetFramework)/$(Configuration)</OutDir>
18+
<PackageId>SimulationTree.Shaders.Systems</PackageId>
1819
</PropertyGroup>
1920

2021
<ItemGroup>

tests/Shaders.Systems.Tests.csproj

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

1213
<ItemGroup>

0 commit comments

Comments
 (0)