We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3573547 commit 0a384caCopy full SHA for 0a384ca
source/Shaders.Systems.csproj
@@ -15,6 +15,7 @@
15
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
16
<IncludeBuildOutput>false</IncludeBuildOutput>
17
<OutDir>bin/$(TargetFramework)/$(Configuration)</OutDir>
18
+ <PackageId>SimulationTree.Shaders.Systems</PackageId>
19
</PropertyGroup>
20
21
<ItemGroup>
tests/Shaders.Systems.Tests.csproj
@@ -7,6 +7,7 @@
7
<Nullable>enable</Nullable>
8
<IsPackable>false</IsPackable>
9
<IsTestProject>true</IsTestProject>
10
+ <PackageId>SimulationTree.Shaders.Systems.Tests</PackageId>
11
12
13
0 commit comments